diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-01-28 22:47:21 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-01-28 22:47:21 +0000 |
commit | 5ef8689328ecb4b2fb2a626eae1fe65a4f4ee6b9 (patch) | |
tree | e7894c12478fb87a37215665686ad309e95f0b69 /mode-key.c | |
parent | 95dfa950b81bf5a10c4d4a52d6edb1eaa86330a0 (diff) | |
download | rtmux-5ef8689328ecb4b2fb2a626eae1fe65a4f4ee6b9.tar.gz rtmux-5ef8689328ecb4b2fb2a626eae1fe65a4f4ee6b9.tar.bz2 rtmux-5ef8689328ecb4b2fb2a626eae1fe65a4f4ee6b9.zip |
Sync OpenBSD patchset 623:
Actually bind the new key to e.
Diffstat (limited to 'mode-key.c')
-rw-r--r-- | mode-key.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: mode-key.c,v 1.39 2010-01-28 22:45:57 tcunha Exp $ */ +/* $Id: mode-key.c,v 1.40 2010-01-28 22:47:21 tcunha Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -185,6 +185,7 @@ const struct mode_key_entry mode_key_vi_copy[] = { { '\r', 0, MODEKEYCOPY_COPYSELECTION }, { '^', 0, MODEKEYCOPY_BACKTOINDENTATION }, { 'b', 0, MODEKEYCOPY_PREVIOUSWORD }, + { 'e', 0, MODEKEYCOPY_NEXTWORDEND }, { 'g', 0, MODEKEYCOPY_HISTORYTOP }, { 'h', 0, MODEKEYCOPY_LEFT }, { 'j', 0, MODEKEYCOPY_DOWN }, |