use proper config file where basic settings are set. emacs keybindings are wip

This commit is contained in:
finga 2018-05-28 16:27:17 +02:00
parent 8f3e02d1de
commit f30b74440f
2 changed files with 1669 additions and 14 deletions

View file

@ -1,14 +0,0 @@
# 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>

File diff suppressed because it is too large Load diff