From 2b6c37b654eda7ccd9571369234a630ca1000b4e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 16 May 2018 10:54:58 +0100 Subject: [PATCH] qutebrowser: jump to caret in editor --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 3113688..cb2b87a 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 -- 2.48.1