corrected errors in terminator*.{1,5}
This commit is contained in:
parent
5544db274d
commit
828a76b5bb
|
@ -69,11 +69,11 @@ Move first VPaned handle \fBDown\fR.
|
|||
Hide/Show \fBS\fRcrollbar.
|
||||
.TP
|
||||
.B Ctrl+Shift+N
|
||||
Move to \fBn\fRext terminal within the same tab, use Ctrl+Shift+PageDown to move to the next tab.
|
||||
Move to \fBn\fRext terminal within the same tab, use Ctrl+PageDown to move to the next tab.
|
||||
If \fBcycle_term_tab\fR is \fBFalse\fR, cycle within the same tab will be disabled
|
||||
.TP
|
||||
.B Ctrl+Shift+P
|
||||
Move to \fBp\fRrevious terminal within the same tab, use Ctrl+Shift+PageUp to move to the previous tab.
|
||||
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 Ctrl+Shift+W
|
||||
|
|
|
@ -131,7 +131,7 @@ If this is set to true, the fullscreen keyboard shortcut changes from F11 (like
|
|||
Default value: \fBFalse\fR
|
||||
.TP
|
||||
.B cycle_term_tab
|
||||
If this is set to true, when switching to the next/previous term, terminator will cycle within the same tab. Ctrl-Shift-PageUp/PageDown can then be used to move from one tab to the other one.
|
||||
If this is set to true, when switching to the next/previous term, terminator will cycle within the same tab. Ctrl-PageUp/PageDown can then be used to move from one tab to the other one.
|
||||
Default value: \fBTrue\fR
|
||||
.SH "SEE ALSO"
|
||||
.BR gnome\-terminal(1)
|
||||
|
|
Loading…
Reference in New Issue