diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-12-24 17:13:47 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-12-24 17:13:47 +0400 |
commit | 9d978be109e018022fae29ac1790a71ba2ae1ffa (patch) | |
tree | 3a3ab2b2ac8a72435f2f0d71d41d5ba627241467 | |
parent | a523a3f907577044f8527e79e23041215de481a8 (diff) |
zshrc: fzf-vi keybind removed
-rwxr-xr-x | config/zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc index 3f54f13..e508f80 100755 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -66,7 +66,7 @@ setopt HIST_FIND_NO_DUPS # Don't show duplicate commands when backward searchin bindkey '^R' history-incremental-search-backward bindkey -s '^o' '^ulfcd\n' bindkey -s '^f' '^ucd "$(dirname "$(fzf --reverse)")"\n' -bindkey -s '^v' '^uvi "$(fzf --reverse)"\n' +# bindkey -s '^v' '^uvi "$(fzf --reverse)"\n' if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ];then source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" |