remove ghq fzf alias that i never use to use Ctrl-F
parent
a343df5956
commit
6cfeee788f
|
@ -25,7 +25,7 @@ bindkey -s '^L' '^Uclear^M' # clear using alias
|
||||||
autoload edit-command-line; zle -N edit-command-line
|
autoload edit-command-line; zle -N edit-command-line
|
||||||
bindkey '^k' 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
|
||||||
HISTORY_IGNORE="(ls|cd|pwd|exit|sudo reboot|history|cd -|cd ..)"
|
HISTORY_IGNORE="(ls|cd|pwd|exit|sudo reboot|history|cd -|cd ..)"
|
||||||
|
|
Loading…
Reference in New Issue