Stop binding ^P (not zsh complatible and not used)

This commit is contained in:
Loic Nageleisen 2019-06-10 15:27:49 +02:00
parent 66ce809703
commit 4d250a6169

View file

@ -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);'