diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-01-28 22:45:57 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-01-28 22:45:57 +0000 |
commit | 735cfaf09af70df60b90f0b3d64b7d4eb6e34612 (patch) | |
tree | 2eeb4a0f29413fb53e1d9fd661fc6ab8ca6f5091 /tmux.h | |
parent | 0e320881d50efea3e4036c4a769cf2224dcc315e (diff) | |
download | rtmux-735cfaf09af70df60b90f0b3d64b7d4eb6e34612.tar.gz rtmux-735cfaf09af70df60b90f0b3d64b7d4eb6e34612.tar.bz2 rtmux-735cfaf09af70df60b90f0b3d64b7d4eb6e34612.zip |
Sync OpenBSD patchset 621:
Alter next-word to have vi-like movement behaviour, and add next-word-end with
the existing emacs behaviour. From Micah Cowan.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.537 2010-01-28 22:41:45 tcunha Exp $ */ +/* $Id: tmux.h,v 1.538 2010-01-28 22:45:57 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -460,6 +460,7 @@ enum mode_key_cmd { MODEKEYCOPY_MIDDLELINE, MODEKEYCOPY_NEXTPAGE, MODEKEYCOPY_NEXTWORD, + MODEKEYCOPY_NEXTWORDEND, MODEKEYCOPY_PREVIOUSPAGE, MODEKEYCOPY_PREVIOUSWORD, MODEKEYCOPY_RIGHT, |