Alter next-word to have vi-like movement behaviour, and add next-word-end with

the existing emacs behaviour. From Micah Cowan.
This commit is contained in:
Nicholas Marriott
2010-01-27 20:18:52 +00:00
parent ba6dedbbbd
commit 3e2cc2d2c4
4 changed files with 45 additions and 2 deletions

1
tmux.h
View File

@ -461,6 +461,7 @@ enum mode_key_cmd {
MODEKEYCOPY_MIDDLELINE,
MODEKEYCOPY_NEXTPAGE,
MODEKEYCOPY_NEXTWORD,
MODEKEYCOPY_NEXTWORDEND,
MODEKEYCOPY_PREVIOUSPAGE,
MODEKEYCOPY_PREVIOUSWORD,
MODEKEYCOPY_RIGHT,