[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

View File

@ -150,7 +150,7 @@ font:
#style: Bold Italic #style: Bold Italic
# Point size # Point size
size: 12.0 size: 10.0
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter

View File

@ -4,7 +4,7 @@ bindkey -v
autoload -U edit-command-line autoload -U edit-command-line
zle -N edit-command-line zle -N edit-command-line
bindkey ',' autosuggest-accept bindkey '^[,' autosuggest-accept
bindkey -M viins '^X^E' edit-command-line bindkey -M viins '^X^E' edit-command-line
# Add emacs-like keybind to viins mode # Add emacs-like keybind to viins mode