summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-01-27 23:26:14 +0000
committernicm <nicm@openbsd.org>2010-01-27 23:26:14 +0000
commitcb3017a4a4d1567acd9e3720ec3487d6ffcf5808 (patch)
tree97c2b4ba436e903d118b48394ef00ebf1b3c5eeb
parenttweak previous: there was a word missing, but i've just changed (diff)
downloadwireguard-openbsd-cb3017a4a4d1567acd9e3720ec3487d6ffcf5808.tar.xz
wireguard-openbsd-cb3017a4a4d1567acd9e3720ec3487d6ffcf5808.zip
Actually bind the new key to e.
-rw-r--r--usr.bin/tmux/mode-key.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/mode-key.c b/usr.bin/tmux/mode-key.c
index 56b76bba7ba..c231f03ae70 100644
--- a/usr.bin/tmux/mode-key.c
+++ b/usr.bin/tmux/mode-key.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mode-key.c,v 1.28 2010/01/27 20:18:52 nicm Exp $ */
+/* $OpenBSD: mode-key.c,v 1.29 2010/01/27 23:26:14 nicm 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 },