mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
3 lines
136 B
Text
Executable file
3 lines
136 B
Text
Executable file
export FZF_DEFAULT_COMMAND='rg --files --glob "!.git/*"'
|
|
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
|
bind -x '"\C-p": vim $(fzf);'
|