From 7bcbd631e3973f86905fbc5769850dc795bfdc38 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 13 Dec 2017 12:28:03 +0100 Subject: Add compose key --- qutebrowser/.config/qutebrowser/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qutebrowser') diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index bdd980d..6b123af 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -3,7 +3,7 @@ # qute://help/settings.html c.downloads.location.prompt = False -c.editor.command = ['urxvt', '-e', 'vim', '-f', '{}'] +c.editor.command = ['urxvt', '-e', 'nvim', '-f', '{}'] c.hints.chars = 'aoeuidhtns' c.hints.uppercase = True c.tabs.favicons.show = False @@ -37,6 +37,7 @@ config.bind("", 'fake-key ', mode='insert') config.bind("", 'fake-key ', mode='insert') config.bind("", 'fake-key ', mode='insert') config.bind("", 'fake-key ', mode='insert') +config.bind("", 'open-editor', mode='insert') # Bindings for command mode config.bind('', 'fake-key -g ', mode='command') -- cgit v1.2.3