From 5db5b3a7c7a342815226ad4262368577539e3df9 Mon Sep 17 00:00:00 2001 From: adnano Date: Sat, 3 Dec 2022 10:49:24 -0500 Subject: docs: Document new bindings --- docs/wmenu.1.scd | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'docs') 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 + -- cgit v1.2.3