ZSH Config: add page keys for history search direction

This commit is contained in:
Aroy-Art 2025-01-23 22:30:00 +01:00
parent 27089d85c3
commit 7b9509a65b
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -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 #