[feat] update zsh bindkey
This commit is contained in:
parent
d8a0be92e1
commit
7e8e96548e
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user