aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-03-02 00:32:41 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-03-02 00:32:41 +0000
commit7bc3f5dd8ac2d867df39225a4e2dda51b725c390 (patch)
tree8310259c70c9698743f7034275fc697c7d7e8f24 /tmux.h
parent56a33b157b4ca607850eedb6397c48707698537a (diff)
downloadrtmux-7bc3f5dd8ac2d867df39225a4e2dda51b725c390.tar.gz
rtmux-7bc3f5dd8ac2d867df39225a4e2dda51b725c390.tar.bz2
rtmux-7bc3f5dd8ac2d867df39225a4e2dda51b725c390.zip
Permit keys in copy mode to be prefixed by a repeat count, entered with
[1-9] in vi mode, or M-[1-9] in emacs mode. From Micah Cowan, tweaked a little by me.
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 ac398f04..0ecabf12 100644
--- a/tmux.h
+++ b/tmux.h
@@ -477,6 +477,7 @@ enum mode_key_cmd {
MODEKEYCOPY_SEARCHDOWN,
MODEKEYCOPY_SEARCHREVERSE,
MODEKEYCOPY_SEARCHUP,
+ MODEKEYCOPY_STARTNUMBERPREFIX,
MODEKEYCOPY_STARTOFLINE,
MODEKEYCOPY_STARTSELECTION,
MODEKEYCOPY_TOPLINE,