Add missing shortcut in README
This commit is contained in:
parent
2252cdc632
commit
84a66df643
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ In your terminal:
|
||||||
|
|
||||||
$ _build/noozoid
|
$ _build/noozoid
|
||||||
|
|
||||||
### Keyboard control
|
### Keyboard control (vim-like)
|
||||||
|
|
||||||
| Key | Description |
|
| Key | Description |
|
||||||
|---|--|
|
|---|--|
|
||||||
|
@ -37,6 +37,7 @@ In your terminal:
|
||||||
| j | Navigate to next sibling |
|
| j | Navigate to next sibling |
|
||||||
| r | Navigate to tree root |
|
| r | Navigate to tree root |
|
||||||
| c | Create node |
|
| c | Create node |
|
||||||
|
| i | Edit node |
|
||||||
| d | Delete selected node |
|
| d | Delete selected node |
|
||||||
| v | Toggle node |
|
| v | Toggle node |
|
||||||
| ? | Show this help |
|
| ? | Show this help |
|
||||||
|
|
Loading…
Reference in a new issue