zsh: use <c-v> as a shortcut to start neovim

This commit is contained in:
Fernando Schauenburg 2024-02-17 17:52:44 +01:00
parent 0944776bf2
commit b5eef19e5a

View file

@ -49,6 +49,9 @@ bindkey -M viins '^k' history-beginning-search-backward
bindkey -M viins '^[b' vi-backward-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
# Add `fzf` key bindings if it's installed:
# - CTRL-T: paste the selected file path(s) into the command line