mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
zsh: remove annoying ^V edit-command-line
I activate this all the time, but never actually want to use it. I find it more annoying than helpful, so it can be banished forever! Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
5c105f4851
commit
ce595c81b6
@ -95,8 +95,6 @@ bindkey '^[[B' fzf-history-widget # Down (fzf)
|
||||
bindkey '^F' fzf-file-widget # Ctrl+F file search (fzf)
|
||||
|
||||
bindkey "^F" fzf-file-widget
|
||||
bindkey "^V" edit-command-line
|
||||
bindkey -M vicmd "^V" edit-command-line
|
||||
bindkey -M vicmd "^W" backward-delete-word
|
||||
|
||||
bindkey -M vicmd d vi-backward-char
|
||||
|
Loading…
Reference in New Issue
Block a user