summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2013-10-23 11:31:03 +0000
committernicm <nicm>2013-10-23 11:31:03 +0000
commit7fa55b0419b88b5568bb2fd99dd0de9fba80ac61 (patch)
tree51b8033e60bcb62452c5ff522459ac36cb526d6c /tmux.h
parentbf35441608b05d52627215aa70bd52d9460812d4 (diff)
Key to swap to other end of selection (bound to o with vi keys), from J
Raynor.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index ddee0730..81c99f9b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -564,6 +564,7 @@ enum mode_key_cmd {
MODEKEYCOPY_NEXTSPACEEND,
MODEKEYCOPY_NEXTWORD,
MODEKEYCOPY_NEXTWORDEND,
+ MODEKEYCOPY_OTHEREND,
MODEKEYCOPY_PREVIOUSPAGE,
MODEKEYCOPY_PREVIOUSSPACE,
MODEKEYCOPY_PREVIOUSWORD,