diff options
author | ThanosApollo <[email protected]> | 2022-11-07 11:37:48 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-07 11:37:48 +0200 |
commit | 1e83a1119028ffdd0694259c9d5a032a40e52ea6 (patch) | |
tree | 901ae95dde159b7b991fbdc017fb4b2470477ba9 | |
parent | e021641fbf65b4fa4babc2dadc5135a73107aecf (diff) |
Add emacs-like keys
-rw-r--r-- | .config/qutebrowser/config.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 8370f97..907f1c3 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -34,7 +34,9 @@ config.bind('xx', 'config-cycle statusbar.show always never;; config-cycle tabs. # make sure rofi is installed config.bind('phu', 'spawn --userscript qute-pass --username-only') config.bind('php', 'spawn --userscript qute-pass --password-only') - +config.bind('n', 'fake-key <Down>') +config.bind('p', 'fake-key <Up>') +config.bind('<Ctrl-c>', 'hint') # Theme |