add initial config
This commit is contained in:
commit
8f3e02d1de
1 changed files with 14 additions and 0 deletions
14
.config/qutebrowser/autoconfig.yml
Normal file
14
.config/qutebrowser/autoconfig.yml
Normal 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>
|
Loading…
Reference in a new issue