diff options
-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" |