Merge branch 'main' into main

This commit is contained in:
jinjaghost 2022-09-16 03:02:21 +02:00 committed by GitHub
commit 8b2d68d8a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 125 additions and 43 deletions

View file

@ -19,8 +19,8 @@ Adding, removing, and editing nodes:
* `p` - pastes as descendants of the active node
* `P` - pastes as siblings of the active node
* `ctrl+p` - appends the clipboard text at the end of the active node's title
* `e` - edits the active node
* `E` - edits the active node, ignoring the existing text
* `e`, `i`, or `a` - edits the active node
* `E`, `I`, or `A` - edits the active node, ignoring the existing text
* `u` - undo
* `ctrl+r` - redo
@ -53,8 +53,8 @@ Collapsing and expanding:
* `1` to `9` - collapse the nth level and expand those before
* `f` - focuses by collapsing all, but the ancestors and descendants of the active node
* `F` - locks focus as the active node changes (try it with the center lock)
* `i` - collapses all the first level items except for the one that contains the active node
* `I` - collapses the children of the active node
* `r` - collapses all the first level items except for the one that contains the active node
* `R` - collapses the children of the active node
Search: