Created
September 24, 2014 19:52
-
-
Save lvidarte/53b772afb6ab1ce3a490 to your computer and use it in GitHub Desktop.
terminator cheatsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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