diff options
author | adnano <me@adnano.co> | 2022-12-03 10:49:24 -0500 |
---|---|---|
committer | adnano <me@adnano.co> | 2022-12-03 10:49:24 -0500 |
commit | 5db5b3a7c7a342815226ad4262368577539e3df9 (patch) | |
tree | 220e3eddf58ade406310585c1cb34aede332b0a9 | |
parent | 272540c7fbc008ff7eaf2257d5c54fd2151c69a6 (diff) | |
download | wmenu-5db5b3a7c7a342815226ad4262368577539e3df9.tar.gz |
docs: Document new bindings
-rw-r--r-- | docs/wmenu.1.scd | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/docs/wmenu.1.scd b/docs/wmenu.1.scd index 2d6138d..f532b21 100644 --- a/docs/wmenu.1.scd +++ b/docs/wmenu.1.scd @@ -84,3 +84,64 @@ arrow keys, page up, page down, home, and end. *Escape* Exit without selecting an item, returning failure. + +*Ctrl-Left* + Move cursor to the start of the current word. + +*Ctrl-Right* + Move cursor to the end of the current word. + +|[ *C-a* +:[ Home + +|[ *C-b* +:[ Left + +|[ *C-c* +:[ Escape + +|[ *C-d* +:[ Delete + +|[ *C-e* +:[ End + +|[ *C-f* +:[ Right + +|[ *C-g* +:[ Escape + +|[ *C-h* +:[ Backspace + +|[ *C-i* +:[ Tab + +|[ *C-j* +:[ Return + +|[ *C-J* +:[ Shift-Return + +|[ *C-k* +:[ Delete line right + +|[ *C-m* +:[ Return + +|[ *C-M* +:[ Shift-Return + +|[ *C-n* +:[ Down + +|[ *C-p* +:[ Up + +|[ *C-u* +:[ Delete line left + +|[ *C-w* +:[ Delete word left + |