From 6cfeee788f6c0157456fad1c0cb329c79641db03 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 4 Jul 2022 21:25:22 -0400 Subject: [PATCH] remove ghq fzf alias that i never use to use Ctrl-F --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index ae24f54..fb74597 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 ..)"