Skip to content

Instantly share code, notes, and snippets.

@hansrajdas
Last active December 23, 2019 20:11
Show Gist options
  • Save hansrajdas/0e1e797faf39d9a1d5b0e17d3c22fa87 to your computer and use it in GitHub Desktop.
Save hansrajdas/0e1e797faf39d9a1d5b0e17d3c22fa87 to your computer and use it in GitHub Desktop.
Basic terminator commands
ctrl+shift+o  Split horizontally
ctrl+shift+e  Split vertically
ctrl+shift+x  Maximize current window(in splitted one), press again to have splitted view
ctrl+shift+t  Opens a new tab in terminator window
ctrl+shift+i  Opens a new terminator window
ctrl+         Increase font size
ctrl-         Decrease font size
ctrl+0        Reset font size
ctrl+pageUp   Goto previous tab
ctrl+pageDown Goto next tab

alt+arrowKeys Move to other splitted windows

Reference: https://www.youtube.com/watch?v=_U2Yy5B2ASU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment