mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
Merge branch 'main' into main
This commit is contained in:
commit
8b2d68d8a2
2 changed files with 125 additions and 43 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue