use proper config file where basic settings are set. emacs keybindings are wip
This commit is contained in:
parent
8f3e02d1de
commit
f30b74440f
2 changed files with 1669 additions and 14 deletions
|
@ -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>
|
1669
.config/qutebrowser/config.py
Normal file
1669
.config/qutebrowser/config.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue