Skip to content

Commit

Permalink
Update docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Dec 3, 2018
1 parent d8d8909 commit 6036e98
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,24 @@ Next commands available in interactive mode:
| `q` or `Esc` or `Ctrl`+`c` | Exit |
| `e`/`E` | Expand/Collapse all |
| `g`/`G` | Goto top/bottom |
| `up`/`down` or `left`/`right` | Navigate |
| `.` | Apply filter |
| `up`/`down` | Move cursor up/down |
| `left`/`right` | Expand/Collapse |
| `.` | Edit filter |

These commands are available when editing the filter:

| Key | Command |
|-------------------------------|-------------------------|
| `Enter` | Apply filter |
| `Ctrl`+`u` | Clear filter |
| `Ctrl`+`w` | Delete last part |
| `up`/`down` | Select autocomplete |

### Selecting text

You may found what you can't just select text in fx. This is due the fact that all mouse events redirected to stdin. To be able select again you need instruct your terminal not to do it. This can be done by holding special keys while selecting:

| Key | Terminal |
| Key | Terminal |
|------------------|---------------|
| `Option`+`Mouse` | iTerm2, Hyper |
| `Fn`+`Mouse` | Terminal.app |
Expand Down

0 comments on commit 6036e98

Please sign in to comment.