diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-05-13 07:54:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-05-13 07:54:21 +0000 |
commit | bc189908cb68ecf7970a1b8f32553dba9b6c5e27 (patch) | |
tree | c8305784c8e6851f5275f1208d26c03817dfe5dd /usr.bin/tmux/tmux.h | |
parent | eea58c09685cd8439bb19a2e328aa366de27f75a (diff) |
Add a copy mode key binding to copy to a named buffer. From J Raynor.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index ea09031fe66..42f863d74de 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.461 2014/05/13 07:34:35 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.462 2014/05/13 07:54:20 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -583,6 +583,7 @@ enum mode_key_cmd { MODEKEYCOPY_SEARCHREVERSE, MODEKEYCOPY_SEARCHUP, MODEKEYCOPY_SELECTLINE, + MODEKEYCOPY_STARTNAMEDBUFFER, MODEKEYCOPY_STARTNUMBERPREFIX, MODEKEYCOPY_STARTOFLINE, MODEKEYCOPY_STARTSELECTION, |