Created
January 29, 2018 14:48
-
-
Save hvmonteiro/b3c7339254e99c403bbab67930d622b1 to your computer and use it in GitHub Desktop.
Terminator terminal configuration file with all keybinds disabled
This file contains 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] | |
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, Logger, MavenPluginURLHandler, LaunchpadBugURLHandler | |
title_font = Sans 10 | |
title_inactive_fg_color = "#ffffff" | |
title_transmit_bg_color = "#494949" | |
title_use_system_font = False | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
profile = default | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_color = "#002833" | |
background_darkness = 0.83 | |
background_image = /home/hugo/Pictures/theres_no_place_like_home.jpg | |
background_type = image | |
copy_on_selection = True | |
font = Monospace 10 | |
foreground_color = "#869799" | |
scrollback_lines = 10000 | |
[[B&W]] | |
background_color = "#ffffff" | |
background_image = None | |
copy_on_selection = True | |
foreground_color = "#000000" | |
scroll_background = False | |
[[JBoss]] | |
background_darkness = 0.81 | |
background_image = /home/hugo/Pictures/jboss.png | |
background_type = image | |
copy_on_selection = True | |
foreground_color = "#feffd5" | |
visible_bell = True | |
[keybindings] | |
breadcast_all = None | |
breadcast_group = None | |
breadcast_off = None | |
close_term = None | |
close_window = None | |
copy = None | |
cycle_next = None | |
cycle_prev = None | |
edit_window_title = None | |
full_screen = None | |
go_down = None | |
go_left = None | |
go_next = None | |
go_prev = None | |
go_right = None | |
go_up = None | |
group_all = None | |
group_tab = None | |
help = None | |
hide_window = None | |
insert_number = None | |
insert_padded = None | |
layout_launcher = None | |
move_tab_left = None | |
move_tab_right = None | |
new_tab = None | |
new_terminator = None | |
new_window = None | |
next_tab = None | |
paste = None | |
prev_tab = None | |
reset = None | |
reset_clear = None | |
resize_down = None | |
resize_left = None | |
resize_right = None | |
resize_up = None | |
rotate_ccw = None | |
rotate_cw = None | |
scaled_zoom = None | |
search = None | |
split_horiz = None | |
split_vert = None | |
switch_to_tab_1 = None | |
toggle_scrollbar = None | |
toggle_zoom = None | |
ungroup_all = None | |
ungroup_tab = None | |
zoom_in = None | |
zoom_normal = None | |
zoom_out = None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment