Skip to content

Instantly share code, notes, and snippets.

@dukex
Forked from olistik/gist:3894072
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save dukex/9bc54810a4cba54d94c2 to your computer and use it in GitHub Desktop.

Select an option

Save dukex/9bc54810a4cba54d94c2 to your computer and use it in GitHub Desktop.

Revisions

  1. Maurizio De Magnis revised this gist Dec 8, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.ini
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    new_tab = <Ctrl>T
    split_horiz = <Ctrl><Shift>E
    split_vert = <Ctrl>E
    close_term = <Ctrl>W
    close_term = <Ctrl><Shift>W
    search = <Ctrl>F
    full_screen = <Ctrl><Shift>F
    new_window = <Ctrl>N
  2. Maurizio De Magnis revised this gist Oct 17, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.ini
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,7 @@
    search = <Ctrl>F
    full_screen = <Ctrl><Shift>F
    new_window = <Ctrl>N
    scaled_zoom = <Ctrl><Shift>K
    [profiles]
    [[default]]
    palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
    @@ -51,4 +52,3 @@
    parent = ""
    profile = solarized-light
    [plugins]

  3. Maurizio De Magnis renamed this gist Oct 16, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. Maurizio De Magnis created this gist Oct 15, 2012.
    54 changes: 54 additions & 0 deletions .configterminatorconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,54 @@
    # place this file in ~/.config/terminator/config
    [global_config]
    title_transmit_bg_color = "#d30102"
    focus = system
    [keybindings]
    reset_clear = <Ctrl>R
    new_tab = <Ctrl>T
    split_horiz = <Ctrl><Shift>E
    split_vert = <Ctrl>E
    close_term = <Ctrl>W
    search = <Ctrl>F
    full_screen = <Ctrl><Shift>F
    new_window = <Ctrl>N
    [profiles]
    [[default]]
    palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
    background_color = "#eee8d5"
    foreground_color = "#002b36"
    cursor_color = "#002b36"
    use_system_font = false
    font = Monospace 12
    show_titlebar = false

    [[solarized-dark]]
    palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
    foreground_color = "#eee8d5"
    background_color = "#002b36"
    cursor_color = "#eee8d5"
    use_system_font = false
    font = Monospace 12
    show_titlebar = false

    [[solarized-light]]
    palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
    background_color = "#eee8d5"
    foreground_color = "#002b36"
    cursor_color = "#002b36"
    use_system_font = false
    font = Monospace 12
    show_titlebar = false


    [layouts]
    [[default]]
    [[[child1]]]
    type = Terminal
    parent = window0
    profile = solarized-light
    [[[window0]]]
    type = Window
    parent = ""
    profile = solarized-light
    [plugins]