14 lines
432 B
YAML
14 lines
432 B
YAML
# 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>
|