mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Add support for fzf
This commit is contained in:
parent
c81d8b5c96
commit
e837ee39c3
1 changed files with 3 additions and 0 deletions
3
shell/fzf
Executable file
3
shell/fzf
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
export FZF_DEFAULT_COMMAND='rg --files --glob "!.git/*"'
|
||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||
bind -x '"\C-p": vim $(fzf);'
|
||||
Loading…
Add table
Add a link
Reference in a new issue