[feat] add zsh search keybind
This commit is contained in:
parent
88bd602f9d
commit
8574ed5967
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user