mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
added the ranking feature
This commit is contained in:
parent
16c5185ba1
commit
c7f117d21d
2 changed files with 46 additions and 2 deletions
11
readme.md
11
readme.md
|
|
@ -22,11 +22,18 @@ Adding, removing, and editing nodes:
|
|||
* `Ctrl+p` - appends the clipboard text at the end of the active node's title
|
||||
* `e`, `i`, or `a` - edits the active node
|
||||
* `E`, `I`, or `A` - edits the active node, ignoring the existing text
|
||||
* `t` - toggles '✓ ', '✗ ', and '' at the beginning of the title
|
||||
* `#` - adds or removes sequential numbers at the beginning of the titles of a node and its siblings
|
||||
* `u` - undo
|
||||
* `Ctrl+r` - redo
|
||||
|
||||
Marks:
|
||||
|
||||
* `t` - toggles '✓ ', '✗ ', and '' at the beginning of the title
|
||||
* `#` - adds or removes sequential numbers at the beginning of the titles of a node and its siblings
|
||||
* `=` - increase the positive ranking
|
||||
* `+` - decrease the positive ranking
|
||||
* `-` - increase the negative ranking
|
||||
* `_` - decrease the negative ranking
|
||||
|
||||
Relative navigating and moving:
|
||||
|
||||
* `h` or `←` - activate the parent of the previously active node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue