diff options
author | nicm <nicm> | 2014-08-11 22:39:57 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-08-11 22:39:57 +0000 |
commit | 2b79d366528294b80960f3a7ed0923bfa0bdc89c (patch) | |
tree | 9c54313b474fe4e89f18de3fe034f43e8f44536e /mode-key.c | |
parent | 29d20a55b645600feca1b54a13333e598336dad2 (diff) | |
download | rtmux-2b79d366528294b80960f3a7ed0923bfa0bdc89c.tar.gz rtmux-2b79d366528294b80960f3a7ed0923bfa0bdc89c.tar.bz2 rtmux-2b79d366528294b80960f3a7ed0923bfa0bdc89c.zip |
No need to repeat other-end more than once, from Juho Pohjala. Also add
it to the commands list while here.
Diffstat (limited to 'mode-key.c')
-rw-r--r-- | mode-key.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ const struct mode_key_cmdstr mode_key_cmdstr_copy[] = { { MODEKEYCOPY_NEXTSPACEEND, "next-space-end" }, { MODEKEYCOPY_NEXTWORD, "next-word" }, { MODEKEYCOPY_NEXTWORDEND, "next-word-end" }, + { MODEKEYCOPY_OTHEREND, "other-end" }, { MODEKEYCOPY_PREVIOUSPAGE, "page-up" }, { MODEKEYCOPY_PREVIOUSSPACE, "previous-space" }, { MODEKEYCOPY_PREVIOUSWORD, "previous-word" }, |