Add the requisite manpage entries for Kees' directional controls changes
This commit is contained in:
parent
9721ee5d12
commit
9301f0789c
|
@ -83,6 +83,18 @@ If \fBcycle_term_tab\fR is \fBFalse\fR, cycle within the same tab will be disabl
|
|||
Move to \fBp\fRrevious terminal within the same tab, use Ctrl+PageUp to move to the previous tab.
|
||||
If \fBcycle_term_tab\fR is \fBFalse\fR, cycle within the same tab will be disabled
|
||||
.TP
|
||||
.B Alt+Up
|
||||
Move to the terminal \fBabove\fR the current one.
|
||||
.TP
|
||||
.B Alt+Down
|
||||
Move to the terminal \fBbelow\fR the current one.
|
||||
.TP
|
||||
.B Alt+Left
|
||||
Move to the terminal \fBleft of\fR the current one.
|
||||
.TP
|
||||
.B Alt+Right
|
||||
Move to the terminal \fBright of\fR the current one.
|
||||
.TP
|
||||
.B Ctrl+Shift+C
|
||||
Copy selected text to clipboard
|
||||
.TP
|
||||
|
|
|
@ -229,6 +229,22 @@ Default values: \fB<Ctrl><Shift>N\fR and \fB<Ctrl>Tab\fR
|
|||
Move cursor focus to the previous tab.
|
||||
Default values: \fB<Ctrl><Shift>P\fR and \fB<Ctrl><Shift>Tab\fR
|
||||
.TP
|
||||
.B go_up
|
||||
Move cursor focus to the terminal above.
|
||||
Default value: \fB<Alt>Up\fR
|
||||
.TP
|
||||
.B go_down
|
||||
Move cursor focus to the terminal below.
|
||||
Default value: \fB<Alt>Down\fR
|
||||
.TP
|
||||
.B go_left
|
||||
Move cursor focus to the terminal to the left.
|
||||
Default value: \fB<Alt>Left\fR
|
||||
.TP
|
||||
.B go_right
|
||||
Move cursor focus to the terminal to the right.
|
||||
Default value: \fB<Alt>Right\fR
|
||||
.TP
|
||||
.B split_horiz
|
||||
Split the current terminal horizontally.
|
||||
Default value: \fB<Ctrl><Shift>O\fR
|
||||
|
|
Loading…
Reference in New Issue