[feat] add zsh search keybind
This commit is contained in:
@@ -6,6 +6,9 @@ zle -N edit-command-line
|
||||
|
||||
bindkey '^[,' autosuggest-accept
|
||||
|
||||
bindkey '^[[A' history-substring-search-up
|
||||
bindkey '^[[B' history-substring-search-down
|
||||
|
||||
bindkey -M viins '^X^E' edit-command-line
|
||||
# Add emacs-like keybind to viins mode
|
||||
bindkey -M viins '^F' forward-char
|
||||
|
||||
Reference in New Issue
Block a user