From 84a66df64373d72a8844418bb64cc21900384e15 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sat, 2 Jan 2021 22:54:42 +0100 Subject: [PATCH] Add missing shortcut in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab820aa..53a656e 100644 --- a/README.md +++ b/README.md @@ -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 |