updated readme

This commit is contained in:
2025-05-23 17:01:03 +02:00
parent c2342b52a6
commit 9545410139

View File

@@ -64,21 +64,22 @@ item_types = ["VJOURNAL", "VTODO"]
Usage Usage
----- -----
Use the default `fzf` keys to navigate your notes. In addition, there are the following keybindings: Use the default `fzf` keys to navigate your notes, e.g., `ctrl-j` and `ctrl-k` for going down/up in the list.
In addition, there are the following keybindings:
| Key | Action | | Key | Action |
| --- | ------ | | --- | ------ |
| enter | Open note/journal in your `$EDITOR` | | `enter` | Open note/journal/task in your `$EDITOR` |
| ctrl-d | Delete the seleted entry | | `ctrl-d` | Delete the seleted entry |
| ctrl-n | Make a new entry | | `ctrl-n` | Make a new entry |
| ctrl-r | Refresh the view | | `ctrl-r` | Refresh the view |
| ctrl-s | Run the synchronization command | | `ctrl-s` | Run the synchronization command |
| ctrl-x | Toggle task completion | | `ctrl-x` | Toggle task completion |
| alt-up | Increase task priority | | `alt-up` | Increase task priority |
| alt-down | Decrease task priority | | `alt-down` | Decrease task priority |
| alt-0 | Default view: Journal, notes, and _open_ tasks | | `alt-0` | Default view: Journal, notes, and _open_ tasks |
| alt-1 | Display journal entries | | `alt-1` | Display journal entries |
| alt-2 | Display notes | | `alt-2` | Display notes |
| alt-3 | Display all tasks | | `alt-3` | Display all tasks |
You may also invoke the script with `--help` to see further command-line options. You may also invoke the script with `--help` to see further command-line options.