imprv: wrap with alt-w instead of ctrl-w (latter kills words)

This commit is contained in:
2025-07-04 16:41:10 +02:00
parent 4027366a63
commit 82377a4d5c
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ In addition, there are the following keybindings:
| `alt-n` | Display notes |
| `alt-t` | Display all tasks |
| `alt-[1-9]` | Display first, second, ... collection |
| `ctrl-w` | Toggle line-wrap in preview |
| `alt-w` | Toggle line-wrap in preview |
| `ctrl-d` | Scroll down in preview |
| `ctrl-u` | Scroll up in preview |