X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f73c1fa3181961bb13b8f2a8e97352a7ef32dd0f..ce1c0b27400f6bfa778eeb1f77b80df58592958e:/qutebrowser/config.py?ds=inline diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 3113688..1fd4d2d 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -744,7 +744,7 @@ c.downloads.open_dispatcher = "rifle" ## `{line0}`: Same as `{line}`, but starting from index 0. * `{column0}`: ## Same as `{column}`, but starting from index 0. ## Type: ShellCommand -c.editor.command = ['urxvtc', '-e', 'vim', '{}'] +c.editor.command = ['urxvtc', '-e', 'vim', '{file}', '-c', 'normal {line}G{column0}l'] ## Encoding to use for the editor. ## Type: Encoding @@ -883,7 +883,7 @@ c.hints.chars = 'aoeuidhtns' ## Minimum number of characters used for hint strings. ## Type: Int -# c.hints.min_chars = 1 +c.hints.min_chars = 2 ## Mode to use for hints. ## Type: String