man: Add keybinding to move forward to end of word

Describe the new keybindings e and E to move forward to end of word.
This commit is contained in:
Jelle van der Waa 2017-07-08 20:57:46 +02:00
parent 5690a82ad0
commit 18b653954d
1 changed files with 4 additions and 0 deletions

View File

@ -97,10 +97,14 @@ visual block mode
move cursor left/down/up/right
.IP "\fBw\fP or \fBshift-right\fP"
forward word
.IP "\fBe\fP"
forward to end of word
.IP "\fBb\fP or \fBshift-left\fP"
backward word
.IP "\fBW\fP or \fBctrl-right\fP"
forward \fIWORD\fP (non-whitespace)
.IP "\fBE\fP"
forward to end of \fIWORD\fP (non-whitespace)
.IP "\fBB\fP or \fBctrl-left\fP"
backward \fIWORD\fP (non-whitespace)
.IP "\fB0\fP or \fBhome\fP"