main
Tran Hau 2020-05-20 01:51:55 +07:00
parent 6c6aae38e8
commit e9b37c4098
1 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,8 @@ Add to `~/.bashrc`:
export FZF_DEFAULT_COMMAND='fd -H'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
```
| Shorcut | Explain |
| -------- | ------------------------------------ |
| `Ctrl-T` | search through files and directories |
| `Ctrl-R` | search though command-line history |