summaryrefslogtreecommitdiffstats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-06-21 11:15:38 +0200
committerJoe <rbo@gmx.us>2024-06-21 11:15:38 +0200
commit43276e049401b83ec97f51cf27a1bea1c2cc4b13 (patch)
treebd7ef8726b6246e1d2678625c328eb462f3bfce8 /.config/zsh/.zshrc
parentup (diff)
downloaddotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.tar.gz
dotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.tar.bz2
dotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.tar.xz
dotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.tar.zst
dotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.zip
up
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 4e2e20a..4f09b46 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -67,6 +67,8 @@ bindkey -v "^[[A" history-beginning-search-backward
bindkey -v "^[[B" history-beginning-search-forward
bindkey -M vicmd "k" history-beginning-search-backward
bindkey -M vicmd "j" history-beginning-search-forward
+bindkey -v "^P" history-beginning-search-backward
+bindkey -v "^N" history-beginning-search-forward
autoload edit-command-line && zle -N edit-command-line
bindkey "^e" edit-command-line