ZSH Config: add page keys for history search direction
This commit is contained in:
parent
27089d85c3
commit
7b9509a65b
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ bindkey '^[[2~' overwrite-mode # Insert key
|
|||
bindkey '^[[3~' delete-char # Delete key
|
||||
bindkey '^[[C' forward-char # Right key
|
||||
bindkey '^[[D' backward-char # Left key
|
||||
bindkey '^[[5~' history-beginning-search-backward # Page up key
|
||||
bindkey '^[[6~' history-beginning-search-forward # Page down key
|
||||
|
||||
# Navigate words with ctrl+arrow keys
|
||||
bindkey '^[Oc' forward-word #
|
||||
|
|
Loading…
Reference in a new issue