diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-05-29 14:22:14 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-05-29 14:22:14 +0100 |
commit | d7260099e6b67e8161270d5b02ff30d00f8d61cd (patch) | |
tree | bd888ead2372ddc54a15a5fe008cc7cee28d5e92 /qutebrowser | |
parent | c181fd22e9852af8b5b8a457800481418f4eb7e0 (diff) |
[qutebrowser] Update keybindings
Diffstat (limited to 'qutebrowser')
-rw-r--r-- | qutebrowser/.config/qutebrowser/keys.conf | 43 |
1 files changed, 33 insertions, 10 deletions
diff --git a/qutebrowser/.config/qutebrowser/keys.conf b/qutebrowser/.config/qutebrowser/keys.conf index 67c4c11..805bd58 100644 --- a/qutebrowser/.config/qutebrowser/keys.conf +++ b/qutebrowser/.config/qutebrowser/keys.conf @@ -94,7 +94,7 @@ tab-only co tab-focus - J + <ctrl-n> gt tab-move @@ -107,7 +107,7 @@ tab-move + gr tab-prev - K + <ctrl-p> gT tab-clone @@ -177,7 +177,7 @@ hint links download ;d hint links userscript zathura-open - ;z + z scroll left h @@ -404,7 +404,7 @@ undo u open -w - <ctrl-n> + xxxn enter-mode set_mark ` @@ -443,16 +443,16 @@ run-macro @ back -t - th + xxxth back -w - wh + xxxwh forward -t - tl + xxxtl forward -w - wl + xxxwl fullscreen <f11> @@ -466,11 +466,29 @@ fullscreen # * `paste-primary`: Paste primary selection at cursor position. open-editor - <ctrl-e> + <ctrl-i> insert-text {primary} <shift-ins> +fake-key <Home> + <ctrl-a> + +fake-key <Backspace> + <ctrl-h> + +fake-key <End> + <ctrl-e> + +fake-key <ctrl-Backspace> + <ctrl-w> + +fake-key <Left> + <ctrl-b> + +fake-key <Right> + <ctrl-f> + [hint] # Keybindings for hint mode. # Since normal keypresses are passed through, only special keys are @@ -595,8 +613,10 @@ rl-kill-word <alt-d> rl-unix-word-rubout + xxxw + +fake-key -g <ctrl-Backspace> <ctrl-w> - <alt-backspace> rl-yank <ctrl-y> @@ -610,6 +630,9 @@ rl-backward-delete-char rl-kill-line <ctrl-k> +rl-backward-kill-word + <alt-backspace> + [caret] toggle-selection |