docs: Document new bindings - wmenu - 🔧 fork of wmenu
 (HTM) git clone git@git.drkhsh.at/wmenu.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5db5b3a7c7a342815226ad4262368577539e3df9
 (DIR) parent 272540c7fbc008ff7eaf2257d5c54fd2151c69a6
 (HTM) Author: adnano <me@adnano.co>
       Date:   Sat,  3 Dec 2022 10:49:24 -0500
       
       docs: Document new bindings
       
       Diffstat:
         M docs/wmenu.1.scd                    |      61 +++++++++++++++++++++++++++++++
       
       1 file changed, 61 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git 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
       +