citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 2f971c8d807a4bd2c25e487ddaee72a8cb581c83
parent a7d26c23cab2721834bd753a2143a73cf747a8d1
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 27 Mar 2021 08:55:50 -0700

qutebrowser: use edit-gui

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mdotfiles/.config/qutebrowser/config.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py @@ -38,7 +38,7 @@ if hostname == 'quiver': # `{line0}`: Same as `{line}`, but starting from index 0. * `{column0}`: # Same as `{column}`, but starting from index 0. # Type: ShellCommand -c.editor.command = ['edit', '{file}'] +c.editor.command = ['edit-gui', '{file}', '+{line}'] # This setting can be used to map keys to other keys. When the key used # as dictionary-key is pressed, the binding for the key used as