diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-31 00:34:37 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-31 00:34:37 +0400 |
commit | e52a4f96180eb23f234009142d2270536288d642 (patch) | |
tree | 455672eee62380bf632b08778e31802bcc840868 | |
parent | 6fb70f2b2e4309d300b26b6a255de4b8bb0a1c6b (diff) |
zshrc: new keybind added
-rwxr-xr-x | config/zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc index e9ee318..3f54f13 100755 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -66,6 +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' if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ];then source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" |