add initial config

This commit is contained in:
finga 2018-05-15 14:37:13 +02:00
commit 8f3e02d1de

View file

@ -0,0 +1,14 @@
# DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details.
config_version: 2
settings:
bindings.commands:
global:
insert:
<Ctrl+Shift+_>: fake-key <ctrl+z>
<Ctrl+b>: fake-key <left>
<Ctrl+f>: fake-key <right>
<Ctrl+k>: fake-key <shift+end> ;; fake-key <delete>
<Ctrl+n>: fake-key <down>
<Ctrl+p>: fake-key <up>