Adding tabs feature keybindings to doc/terminator.1
Adding a section on drag and drop
This commit is contained in:
parent
0de2ba1561
commit
c07c2715bc
|
@ -83,8 +83,33 @@ Toggle between showing all terminals and only showing the current one.
|
||||||
.B Ctrl+Shift+Q
|
.B Ctrl+Shift+Q
|
||||||
Close the current window.
|
Close the current window.
|
||||||
.TP
|
.TP
|
||||||
|
.B Ctrl+Shift+T
|
||||||
|
Open new \fBt\fRab
|
||||||
|
.TP
|
||||||
|
.B Ctrl+PageDown
|
||||||
|
Move to next Tab
|
||||||
|
.TP
|
||||||
|
.B Ctrl+PageUp
|
||||||
|
Move to previous Tab
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+PageDown
|
||||||
|
Swap tab position with next Tab
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+PageUp
|
||||||
|
Swap tab position with previous Tab
|
||||||
|
.TP
|
||||||
.B F11
|
.B F11
|
||||||
Toggle fullscreen
|
Toggle fullscreen
|
||||||
|
.SH "Drag and Drop"
|
||||||
|
Terminals layout can be modified by moving them using
|
||||||
|
.B Drag and Drop
|
||||||
|
To start dragging a terminal, press
|
||||||
|
.B Ctrl
|
||||||
|
and
|
||||||
|
.B right click
|
||||||
|
on the terminal
|
||||||
|
Move the terminal over the landing terminal.
|
||||||
|
The zone where the terminal will be inserted will be highlighted.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR gnome\-terminal(1),terminatorrc(5)
|
.BR gnome\-terminal(1),terminatorrc(5)
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
|
|
Loading…
Reference in New Issue