We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b01195 + 428f18c commit 762b55bCopy full SHA for 762b55b
lib/key-bindings.zsh
@@ -14,10 +14,15 @@ bindkey '^[[B' down-line-or-search
14
15
bindkey "^[[H" beginning-of-line
16
bindkey "^[[1~" beginning-of-line
17
+bindkey "^[OH" beginning-of-line
18
bindkey "^[[F" end-of-line
19
bindkey "^[[4~" end-of-line
20
+bindkey "^[OF" end-of-line
21
bindkey ' ' magic-space # also do history expansion on space
22
23
+bindkey "^[[1;5C" forward-word
24
+bindkey "^[[1;5D" backward-word
25
+
26
bindkey '^[[Z' reverse-menu-complete
27
28
# Make the delete key (or Fn + Delete on the Mac) work instead of outputting a ~
0 commit comments