Last active
April 10, 2019 17:59
-
-
Save patrickemuller/001de4fa2cc22aa9056d4ec6b6f5192c to your computer and use it in GitHub Desktop.
Custom settings for Terminator terminal interface
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
# put inside the file ~/.config/terminator/config | |
[global_config] | |
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, MavenPluginURLHandler, LaunchpadBugURLHandler | |
title_inactive_bg_color = "#ffffff" | |
window_state = maximise | |
[keybindings] | |
close_term = <Primary>w | |
copy = <Primary>c | |
full_screen = <Primary><Shift>f | |
new_tab = <Primary>t | |
next_tab = <Primary>Tab | |
paste = <Primary>v | |
prev_tab = <Primary><Shift>Tab | |
search = <Primary>f | |
split_horiz = <Primary>d | |
split_vert = <Primary><Shift>d | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_darkness = 0.85 | |
background_type = transparent | |
cursor_color = "#aaaaaa" | |
foreground_color = "#f3f3f3" | |
scrollback_lines = 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment