Add keybindings to help

pull/143/head
Šimon Let 6 years ago committed by GitHub
parent 5d96a6b2ac
commit c75da91350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      README.md

@ -153,12 +153,22 @@ reshctl enable ctrl_r_binding
reshctl disable ctrl_r_binding
```
You can also run the RESH SEARCH app directly as a one-off:
### In-app key bindings
- Type to search/filter
- Up/Down or Ctrl+P/Ctrl+N to select results
- Right to paste selected command onto the command line so you can edit it before execution
- Enter to execute
- Ctrl+C/Ctrl+D to quit
- Ctrl+G to abort and paste the current query onto the command line
- Ctrl+R to switch between RAW and NORMAL mode
### Try out RESH SEARCH application without keybinding
You can also run the RESH SEARCH app directly as a one-off:
```sh
resh
```
NOTE: One feature is not available when running RESH SEARCH app directly - arrow right won't paste the selected command onto the command line for editing.
### Arrow key bindings

Loading…
Cancel
Save