Update README
This commit is contained in:
parent
ab03d500c1
commit
12c1c360b7
1 changed files with 22 additions and 2 deletions
24
README.md
24
README.md
|
@ -29,6 +29,8 @@ In your terminal:
|
|||
|
||||
### Keyboard control (vim-like)
|
||||
|
||||
#### NORMAL mode
|
||||
|
||||
| Key | Description |
|
||||
|---|--|
|
||||
| h | Navigate to parent |
|
||||
|
@ -37,18 +39,36 @@ In your terminal:
|
|||
| j | Navigate to next sibling |
|
||||
| r | Navigate to tree root |
|
||||
| c | Create node |
|
||||
| i | Edit node |
|
||||
| i | Enter EDIT mode for current node |
|
||||
| d | Delete/Cut selected node |
|
||||
| p | Paste node as a child of selected node |
|
||||
| v | Toggle node |
|
||||
| ? | Show this help |
|
||||
| q | Exit program |
|
||||
| : | Enter COMMAND mode |
|
||||
|
||||
|
||||
### COMMAND mode
|
||||
|
||||
| Command| Description |
|
||||
|---|--|
|
||||
| w | Write file |
|
||||
| e | Load file |
|
||||
| q | Exit program |
|
||||
| ESC | Go to normal mode |
|
||||
|
||||
### EDIT mode
|
||||
|
||||
| Command| Description |
|
||||
|---|--|
|
||||
| ESC | Go to normal mode |
|
||||
|
||||
Any other key will be written as the content selected node.
|
||||
|
||||
## Contributing
|
||||
|
||||
Bug reports and pull requests are welcome on GitHub at <https://github.com/glenux/draft-noozoid>.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Noozoid is Copyright © 2021 Glenn ROLLAND. It is free software, and may be redistributed under the terms specified in the LICENSE.txt file.
|
||||
|
|
Loading…
Reference in a new issue