aboutsummaryrefslogtreecommitdiff
path: root/v2/README.md
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-25 00:52:25 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-25 00:52:25 +0200
commit70a1756f0996bf96809e7eb941ff78f107a1dd87 (patch)
treeccc20dbba9c78c58be1fe4721ee0a926266a1120 /v2/README.md
parent66a153c5012f0237bdf67b79b5cc6b2f5f496879 (diff)
Bind Ctrl+W to erase word behind cursor
Added keybinds descriptions in the readme.
Diffstat (limited to 'v2/README.md')
-rw-r--r--v2/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/v2/README.md b/v2/README.md
index 17f3be5..f853630 100644
--- a/v2/README.md
+++ b/v2/README.md
@@ -50,3 +50,8 @@ M.text = ArenaPush(msgTextArena, M.text_len);
```
Notice, that this depends on knowing the text's length before allocating the memory.
+
+## Keybinds
+- `Ctrl+C` | `Ctrl+D`: quits
+- `Ctrl+U`: Erase input line
+- `Ctrl+W`: Erase word behind cursor