============================= Terminator keyboard shortcuts ============================= First published at 5/6/2019 on https://defkey.com/terminator-terminal-emulator-shortcuts Terminator is a terminal emulator for Linux, macOS and Windows. It is developed in Java and has features such as automatic logging, drag and drop, multiple tabs, safe quit and UTF-8 support. Terminator has 41 shortcuts and we have listed all of them below. General ------- Ctrl + Shift + O Split terminals horizontally Ctrl + Shift + E Split terminals vertically Ctrl + Shift + Right arrow Move parent dragbar right Ctrl + Shift + Left arrow Move parent dragbar left Ctrl + Shift + Up arrow Move parent dragbar up Ctrl + Shift + Down arrow Move parent dragbar down Ctrl + Shift + S Hide / show scrollbar Ctrl + Shift + F Search within terminal scrollback Ctrl + Shift + N Move to next terminal within the same tab. If cycle_term_tab is False, cycle within the same tab will be disabled Ctrl + Tab Move to next terminal within the same tab. If cycle_term_tab is False, cycle within the same tab will be disabled Ctrl + Page Down Move to the next tab Ctrl + Shift + P Move to previous terminal within the same tab. If cycle_term_tab is False, cycle within the same tab will be disabled Ctrl + Shift + Tab Move to previous terminal within the same tab. If cycle_term_tab is False, cycle within the same tab will be disabled Ctrl + Page Down Move to the previous tab Alt + Up arrow Move to the terminal above the current one Alt + Down arrow Move to the terminal below the current one Alt + Left arrow Move to the terminal left of the current one Alt + Right arrow Move to the terminal right of the current one Ctrl + Shift + C Copy selected text to clipboard Ctrl + Shift + V Paste clipboard text Ctrl + Shift + W Close the current terminal Ctrl + Shift + Q Quit Terminator Ctrl + Shift + X Toggle between showing all terminals and only showing the current one (maximise) Ctrl + Shift + Z Toggle between showing all terminals and only showing a scaled version of the current one (zoom) Ctrl + Shift + T Open new tab Ctrl + Page Down Move to next Tab Ctrl + Page Up Move to previous Tab Ctrl + Shift + Page Down Swap tab position with next Tab Ctrl + Shift + Page Up Swap tab position with previous Tab Ctrl + + Increase font size. Note: This may require you to press Shift, depending on your keyboard Ctrl + - Decrease font size. Note: This may require you to press shift, depending on your keyboard Ctrl + 0 Restore font size to original setting F11 Toggle fullscreen Ctrl + Shift + R Reset terminal state Ctrl + Shift + G Reset terminal state and clear window Super + G Group all terminals so that any input sent to one of them, goes to all of them Super + Shift + G Remove grouping from all terminals Super + T Group all terminals in the current tab so input sent to one of them, goes to all terminals in the current tab Super + Shift + T Remove grouping from all terminals in the current tab Ctrl + Shift + I Open a new window (Note: Unlike in previous releases, this window is part of the same Terminator process) Super + I Spawn a new Terminator process Last modified on (UTC): Sunday, December 29, 2019 Defkey © All rights reserved.