From 4d250a6169b9341faa3f9ab05da2cea809ee1ac4 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 10 Jun 2019 15:27:49 +0200 Subject: [PATCH] Stop binding ^P (not zsh complatible and not used) --- shell/fzf | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/fzf b/shell/fzf index c87bfe7..0791562 100755 --- a/shell/fzf +++ b/shell/fzf @@ -1,3 +1,2 @@ export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!{.git,node_modules}/*"' export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" -bind -x '"\C-p": vim $(fzf -m);'