fix neovim cursor
This commit is contained in:
parent
68f4283a0c
commit
628239ee21
2 changed files with 13 additions and 0 deletions
|
@ -50,6 +50,9 @@
|
|||
bindkey -M viins "^A" beginning-of-line
|
||||
bindkey -M viins "^B" backward-char
|
||||
|
||||
# accept one word completion
|
||||
bindkey -M viins "^S" forward-word
|
||||
|
||||
# fzf-tab stuff
|
||||
# set description format to enable group support
|
||||
zstyle ':completion:*:descriptions' format '[%d]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue