Skip to content

Instantly share code, notes, and snippets.

@nojima
Created October 6, 2011 02:46
Show Gist options
  • Save nojima/1266364 to your computer and use it in GitHub Desktop.
Save nojima/1266364 to your computer and use it in GitHub Desktop.
$HOME/.config/terminator/config
[global_config]
title_transmit_bg_color = '#0300C8'
[keybindings]
go_up = <Alt>K
go_down = <Alt>J
go_left = <Alt>H
go_right = <Alt>L
split_horiz = <Alt>O
split_vert = <Alt>E
toggle_zoom = <Alt>X
new_tab = <Alt>T
next_tab = <Alt>N
prev_tab = <Alt>P
go_next = <Alt>F
go_prev = <Alt>B
[profiles]
[[default]]
use_system_font = False
font = 'Courier 10 Pitch 11'
use_custom_command = True
custom_command = "/bin/zsh"
scrollback_lines = '4096'
cursor_blink = False
background_type = transparent
background_darkness = 0.85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment