Add setb -a to append and a copy mode append command, from J Raynor with minor

changes.
This commit is contained in:
Nicholas Marriott
2014-03-06 11:50:07 +00:00
parent b7f6356053
commit 8c0edcbfa3
6 changed files with 97 additions and 28 deletions

1
tmux.h
View File

@ -537,6 +537,7 @@ enum mode_key_cmd {
MODEKEYCHOICE_UP,
/* Copy keys. */
MODEKEYCOPY_APPENDSELECTION,
MODEKEYCOPY_BACKTOINDENTATION,
MODEKEYCOPY_BOTTOMLINE,
MODEKEYCOPY_CANCEL,