zsh: use <c-v> as a shortcut to start neovim
This commit is contained in:
parent
0944776bf2
commit
b5eef19e5a
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ bindkey -M viins '^k' history-beginning-search-backward
|
||||||
bindkey -M viins '^[b' vi-backward-word
|
bindkey -M viins '^[b' vi-backward-word
|
||||||
bindkey -M viins '^[f' vi-forward-word
|
bindkey -M viins '^[f' vi-forward-word
|
||||||
|
|
||||||
|
# Shortcut to start neovim.
|
||||||
|
bindkey -s '^v' '^unvim\r'
|
||||||
|
|
||||||
if command -v fzf >/dev/null 2>&1; then
|
if command -v fzf >/dev/null 2>&1; then
|
||||||
# Add `fzf` key bindings if it's installed:
|
# Add `fzf` key bindings if it's installed:
|
||||||
# - CTRL-T: paste the selected file path(s) into the command line
|
# - CTRL-T: paste the selected file path(s) into the command line
|
||||||
|
|
Loading…
Add table
Reference in a new issue