]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/keys.conf
qutebrowser: update config
[dotfiles.git] / qutebrowser / keys.conf
index cda490e10acf7c1f1f7307e2296069f6faf76b78..534a729a9da45c689566b7974179a3acb43aad4b 100644 (file)
@@ -40,7 +40,7 @@
 
 [!normal]
 
-clear-keychain ;; leave-mode
+leave-mode
     <escape>
     <ctrl-[>
 
@@ -160,13 +160,13 @@ hint images tab
 hint images tab-bg
     .i
 
-hint links fill ":open {hint-url}"
+hint links fill :open {hint-url}
     ;o
 
-hint links fill ":open -t {hint-url}"
+hint links fill :open -t {hint-url}
     ;O
 
-hint links fill ":open -b {hint-url}"
+hint links fill :open -b {hint-url}
     .o
 
 hint links yank
@@ -224,34 +224,34 @@ yank
 yank -s
     yY
 
-yank -t
+yank title
     yt
 
-yank -ts
+yank title -s
     yT
 
-yank -d
+yank domain
     yd
 
-yank -ds
+yank domain -s
     yD
 
-paste
+open -- {clipboard}
     pp
 
-paste -s
+open -- {primary}
     pP
 
-paste -t
+open -t -- {clipboard}
     Pp
 
-paste -ts
+open -t -- {primary}
     PP
 
-paste -w
+open -w -- {clipboard}
     wp
 
-paste -ws
+open -w -- {primary}
     wP
 
 quickmark-save
@@ -422,12 +422,30 @@ enter-mode set_mark
 enter-mode jump_mark
     '
 
-yank -p
+yank pretty-url
     yp
 
-yank -ps
+yank pretty-url -s
     yP
 
+hint inputs
+    ;t
+
+repeat-command
+    .
+
+set-cmd-text /
+    /
+
+set-cmd-text ?
+    ?
+
+set-cmd-text :
+    :
+
+tab-next
+    <ctrl-pgdown>
+
 [insert]
 # Keybindings for insert mode.
 # Since normal keypresses are passed through, only special keys are
@@ -439,7 +457,7 @@ yank -ps
 open-editor
     <ctrl-e>
 
-paste-primary
+insert-text {primary}
     <shift-ins>
 
 [hint]
@@ -473,8 +491,7 @@ hint all tab-bg
 # Useful hidden commands to map in this section:
 #  * `command-history-prev`: Switch to previous command in history.
 #  * `command-history-next`: Switch to next command in history.
-#  * `completion-item-prev`: Select previous item in completion.
-#  * `completion-item-next`: Select next item in completion.
+#  * `completion-item-focus`: Select another item in completion.
 #  * `command-accept`: Execute the command currently in the commandline.
 
 command-history-prev
@@ -483,11 +500,11 @@ command-history-prev
 command-history-next
     <ctrl-n>
 
-completion-item-prev
+completion-item-focus prev
     <shift-tab>
     <up>
 
-completion-item-next
+completion-item-focus next
     <tab>
     <down>
 
@@ -502,6 +519,12 @@ command-accept
     <enter>
     <shift-enter>
 
+completion-item-focus next-category
+    <ctrl-tab>
+
+completion-item-focus prev-category
+    <ctrl-shift-tab>
+
 [prompt]
 # Keybindings for prompts in the status line.
 # You can bind normal keys in this mode, but they will be only active
@@ -526,6 +549,9 @@ prompt-yes
 prompt-no
     n
 
+prompt-open-download
+    <ctrl-x>
+
 [command,prompt]
 
 rl-backward-char
@@ -557,6 +583,8 @@ rl-kill-word
 
 rl-unix-word-rubout
     <ctrl-w>
+
+rl-backward-kill-word
     <alt-backspace>
 
 rl-yank
@@ -625,10 +653,10 @@ move-to-start-of-document
 move-to-end-of-document
     G
 
-yank-selected -p
+yank selection -s
     Y
 
-yank-selected
+yank selection
     y
     <return>
     <ctrl-m>