Update README - how to use ag
with CTRL-T
This commit is contained in:
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
|
# Now fzf (w/o pipe) will use ag instead of find
|
||||||
fzf
|
fzf
|
||||||
|
|
||||||
|
# To apply the command to CTRL-T as well
|
||||||
|
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `git ls-tree` for fast traversal
|
#### `git ls-tree` for fast traversal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user