From 12c1c360b78c557269d3ac70913e7dcb31bf77cb Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sat, 2 Jan 2021 23:01:08 +0100 Subject: [PATCH] Update README --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b036b4f..0d71b13 100644 --- a/README.md +++ b/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 . + ## License Noozoid is Copyright © 2021 Glenn ROLLAND. It is free software, and may be redistributed under the terms specified in the LICENSE.txt file.