diff options
author | Süleyman Fərəcli <suleyman@farajli.net> | 2025-06-21 13:22:04 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-21 13:22:04 +0400 |
commit | 36cc103b538451aa2ffad792fc4ea98cf152e0e9 (patch) | |
tree | 2b7e971d21868b002f91ced77b072c5e8d60d320 /config/zsh | |
parent | eb312b971b85c117e02799d72d6dfdcc15c478ed (diff) | |
parent | 2efe62013e4eec1434e2e84a9cb8c3f43432501f (diff) |
Merge pull request #13 from sfarajli/dev
Dev
Diffstat (limited to 'config/zsh')
-rwxr-xr-x | config/zsh/zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc index 4b50761..5805115 100755 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -60,9 +60,10 @@ setopt HIST_FIND_NO_DUPS # Don't show duplicate commands when backward searc # Custom keybinds bindkey '^R' history-incremental-search-backward +bindkey -s '^f' '^uls\n' bindkey -s '^o' '^ulfcd\n' -bindkey -s '^f' '^ucd "$(dirname "$(fzf --reverse)")"\n' bindkey -s '^v' '^u!!\n' +bindkey ^@ vi-cmd-mode if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ];then source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" |