Update README - how to use `ag` with CTRL-T

This commit is contained in:
Junegunn Choi 2015-06-30 13:17:48 +09:00
parent 11db046fc7
commit ec85fd552d
1 changed files with 3 additions and 0 deletions

View File

@ -398,6 +398,9 @@ export FZF_DEFAULT_COMMAND='ag -l -g ""'
# Now fzf (w/o pipe) will use ag instead of find
fzf
# To apply the command to CTRL-T as well
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
```
#### `git ls-tree` for fast traversal