~adnano/wmenu

a362f0ac498e030217b762d6c6717399f298acea — Adnan Maolood 1 year, 5 days ago 42ba08d 0.1.1
docs: Document new bindings
1 files changed, 61 insertions(+), 0 deletions(-)

M docs/wmenu.1.scd
M docs/wmenu.1.scd => docs/wmenu.1.scd +61 -0
@@ 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