Add missing shortcut in README

This commit is contained in:
Glenn Y. Rolland 2021-01-02 22:54:42 +01:00
parent 2252cdc632
commit 84a66df643

View file

@ -27,7 +27,7 @@ In your terminal:
$ _build/noozoid
### Keyboard control
### Keyboard control (vim-like)
| Key | Description |
|---|--|
@ -37,6 +37,7 @@ In your terminal:
| j | Navigate to next sibling |
| r | Navigate to tree root |
| c | Create node |
| i | Edit node |
| d | Delete selected node |
| v | Toggle node |
| ? | Show this help |