aboutsummaryrefslogtreecommitdiff
path: root/mode-key.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-01-28 22:47:21 +0000
committerTiago Cunha <tcunha@gmx.com>2010-01-28 22:47:21 +0000
commit5ef8689328ecb4b2fb2a626eae1fe65a4f4ee6b9 (patch)
treee7894c12478fb87a37215665686ad309e95f0b69 /mode-key.c
parent95dfa950b81bf5a10c4d4a52d6edb1eaa86330a0 (diff)
downloadrtmux-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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mode-key.c b/mode-key.c
index 5b26e0f3..53a9f7be 100644
--- a/mode-key.c
+++ b/mode-key.c
@@ -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 },