Last active
May 26, 2018 12:31
-
-
Save rightson/d5aad659e126d9704a3a03b4ba7f7c14 to your computer and use it in GitHub Desktop.
My terminator (1.91) setting
This file contains hidden or 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
| [global_config] | |
| focus = mouse | |
| title_inactive_bg_color = "#000000" | |
| title_inactive_fg_color = "#2e3436" | |
| title_transmit_bg_color = "#000000" | |
| title_transmit_fg_color = "#ef2929" | |
| [keybindings] | |
| switch_to_tab_1 = <Alt>1 | |
| switch_to_tab_2 = <Alt>2 | |
| switch_to_tab_3 = <Alt>3 | |
| switch_to_tab_4 = <Alt>4 | |
| switch_to_tab_5 = <Alt>5 | |
| switch_to_tab_6 = <Alt>6 | |
| switch_to_tab_7 = <Alt>7 | |
| switch_to_tab_8 = <Alt>8 | |
| switch_to_tab_9 = <Alt>9 | |
| [layouts] | |
| [[default]] | |
| [[[child1]]] | |
| parent = window0 | |
| type = Terminal | |
| [[[window0]]] | |
| parent = "" | |
| type = Window | |
| [plugins] | |
| [profiles] | |
| [[default]] | |
| copy_on_selection = True | |
| cursor_color = "#aaaaaa" | |
| font = Hack 10 | |
| scrollback_lines = 5000000 | |
| scrollbar_position = hidden | |
| use_system_font = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment