Skip to content

Instantly share code, notes, and snippets.

@lvidarte
Created September 24, 2014 19:52
Show Gist options
  • Save lvidarte/53b772afb6ab1ce3a490 to your computer and use it in GitHub Desktop.
Save lvidarte/53b772afb6ab1ce3a490 to your computer and use it in GitHub Desktop.
terminator cheatsheet
1. Basic
C-S-e # split terminals vertically
C-S-o # split terminals horizontally
C-S-x # toogle zoom terminal
C-Tab # switch to next terminal
C-S-t # open new tab
3. Config ~/.config/terminator/config
[keybindings]
go_left = <Ctrl><Shift>h
go_down = <Ctrl><Shift>j
go_up = <Ctrl><Shift>k
go_right = <Ctrl><Shift>l
resize_left = <Ctrl><Shift><Alt>h
resize_down = <Ctrl><Shift><Alt>j
resize_up = <Ctrl><Shift><Alt>k
resize_right = <Ctrl><Shift><Alt>l
broadcast_all = <Ctrl><Shift>a
broadcast_off = <Ctrl><Shift>n
broadcast_group = <Ctrl><Shift>g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment