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:
parent
5690a82ad0
commit
18b653954d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue