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

minor changes.
This commit is contained in:
nicm
2014-03-31 21:39:31 +00:00
parent b11de5adc7
commit 0e4d1d8493
6 changed files with 104 additions and 28 deletions

1
tmux.h
View File

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