dotfiles-qutebrowser/.config/qutebrowser/autoconfig.yml
2018-05-15 14:37:13 +02:00

15 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>