Skip to content

Instantly share code, notes, and snippets.

@xalvarez
Last active March 18, 2023 10:02
Show Gist options
  • Save xalvarez/cdb6d9358e9822a4c952e461c50d28a4 to your computer and use it in GitHub Desktop.
Save xalvarez/cdb6d9358e9822a4c952e461c50d28a4 to your computer and use it in GitHub Desktop.
Terminator v.2.1.1 config
[global_config]
title_hide_sizetext = True
suppress_multiple_term_dialog = True
[keybindings]
zoom_in = <Primary>KP_Add
zoom_out = <Primary>KP_Subtract
new_tab = <Primary><Shift>t
go_next = ""
go_prev = ""
split_horiz = <Alt>h
split_vert = <Alt>v
next_tab = <Primary><Shift>n
prev_tab = <Primary><Shift>p
switch_to_tab_1 = <Primary><Shift>F1
switch_to_tab_2 = <Primary><Shift>F2
switch_to_tab_3 = <Primary><Shift>F3
switch_to_tab_4 = <Primary><Shift>F4
switch_to_tab_5 = <Primary><Shift>F5
switch_to_tab_6 = <Primary><Shift>F6
switch_to_tab_7 = <Primary><Shift>F7
switch_to_tab_8 = <Primary><Shift>F8
switch_to_tab_9 = <Primary><Shift>F9
switch_to_tab_10 = <Primary><Shift>F10
help = ""
[profiles]
[[default]]
cursor_color = "#aaaaaa"
scrollback_infinite = True
copy_on_selection = True
[layouts]
[[default]]
[[[window0]]]
type = Window
parent = ""
[[[child1]]]
type = Terminal
parent = window0
[plugins]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment