fix(vim): <C-_> now <C-/> as it should be in the first place

This commit is contained in:
ziro 2023-05-25 09:14:36 +07:00
parent 207ad67a7b
commit b2a731e341
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 7 additions and 5 deletions

View file

@ -9,6 +9,7 @@
# rateUSD | sed 's/^/ /g'
setopt auto_cd # auto cd if directory
# highlight on tab (completion)
[ -f ~/.config/zsh/completion ] && source ~/.config/zsh/completion
# zstyle ':completion:*:*:git:*' script /usr/local/etc/bash_completion.d/git-completion.bash