[feat] update zsh bindkey

This commit is contained in:
Jay
2022-01-01 14:40:25 +08:00
parent d8a0be92e1
commit 7e8e96548e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ bindkey -v
autoload -U edit-command-line
zle -N edit-command-line
bindkey ',' autosuggest-accept
bindkey '^[,' autosuggest-accept
bindkey -M viins '^X^E' edit-command-line
# Add emacs-like keybind to viins mode