From b18c4246be6c3b8cbf8bfdc2a03cadc3ab8a84ad Mon Sep 17 00:00:00 2001 From: skanehira Date: Sat, 2 Nov 2019 18:07:23 +0900 Subject: [PATCH] update keybinding --- README.md | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index c530191..96901f2 100644 --- a/README.md +++ b/README.md @@ -29,24 +29,25 @@ $ tson -url http://gorilla/likes/json ## Keybinding ### JSON tree -| key | description | -|--------|---------------------| -| j | move down | -| k | move up | -| g | move to the top | -| G | move to the bottom | -| ctrl-f | page up | -| ctrl-b | page down | -| h | hide current node | -| H | collaspe all nodes | -| l | expand current node | -| L | expand all nodes | -| r | read from file | -| s | save to file | -| a | add new node | -| A | add new value | -| Enter | edit node | -| / | search nodes | +| key | description | +|--------|----------------------| +| j | move down | +| k | move up | +| g | move to the top | +| G | move to the bottom | +| ctrl-f | page up | +| ctrl-b | page down | +| h | hide current node | +| H | collaspe all nodes | +| l | expand current node | +| L | expand all nodes | +| r | read from file | +| s | save to file | +| a | add new node | +| A | add new value | +| d | clear children nodes | +| Enter | edit node | +| / | search nodes | ## About editing nodes When editing a node value, the JSON value type is determined based on the value.