]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
qutebrowser: Restore old default of 2 min_chars for hints
[dotfiles.git] / qutebrowser / config.py
index 3113688b4037454e7e5726e1cca5fab776324dc0..1fd4d2d3fa5f5562b5827fa0c0ca2ae0c289dc80 100644 (file)
@@ -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
 ## `{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
 
 ## 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
 
 ## 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
 
 ## Mode to use for hints.
 ## Type: String