feat(zsh): add some keybinds

This commit is contained in:
2026-01-11 17:51:11 +01:00
parent 0795bba5c4
commit 3ba48caee4
2 changed files with 59 additions and 2 deletions
-2
View File
@@ -18,8 +18,6 @@ bindkey ' ' magic-space
bindkey -M menuselect '^[[Z' reverse-menu-complete
bindkey -M menuselect '^M' .accept-line # Immediately execute command line on <Enter>
bindkey -M menuselect '^F' vi-insert # Toggle interactive mode
bindkey '^P' history-beginning-search-backward
bindkey '^N' history-beginning-search-forward
# See: https://zsh.sourceforge.io/Doc/Release/Completion-System.html#Standard-Styles
# :completion:<function>:<completer>:<command>:<argument>:<tag>