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

pull/285/head
Junegunn Choi 9 years ago
parent 11db046fc7
commit ec85fd552d

@ -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

Loading…
Cancel
Save