zshrc: Bind fghq to Ctrl-f

This commit is contained in:
earnest ma 2022-02-20 18:15:13 -05:00
parent 66210150c3
commit 356f1af84f
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ 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
# History
HISTORY_IGNORE="(ls|cd|pwd|exit|sudo reboot|history|cd -|cd ..)"
HISTFILE="$HOME/.zsh_history"