From: Samir Benmendil Date: Wed, 16 May 2018 09:54:58 +0000 (+0100) Subject: qutebrowser: jump to caret in editor X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2b6c37b654eda7ccd9571369234a630ca1000b4e qutebrowser: jump to caret in editor --- 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