remove ghq fzf alias that i never use to use Ctrl-F

main
earnest ma 2022-07-04 21:25:22 -04:00
parent a343df5956
commit 6cfeee788f
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ bindkey -s '^L' '^Uclear^M' # clear using alias
autoload edit-command-line; zle -N edit-command-line
bindkey '^k' edit-command-line
bindkey -s '^f' '^Ufghq^M' # fghq from alias
# bindkey -s '^f' '^Ufghq^M' # fghq from alias
# History
HISTORY_IGNORE="(ls|cd|pwd|exit|sudo reboot|history|cd -|cd ..)"