Last active
August 9, 2018 21:08
-
-
Save jshields/37e30083f9c630cb3aa3fc1a556b55fb to your computer and use it in GitHub Desktop.
Disable keybindings that conflict with emacs and increase color contrast for dark blue text (links)
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] | |
title_font = Ubuntu Mono 16 | |
title_use_system_font = False | |
[keybindings] | |
broadcast_all = None | |
broadcast_group = None | |
broadcast_off = None | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
profile = default | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_image = None | |
font = Ubuntu Mono 16 | |
foreground_color = "#ffffff" | |
icon_bell = False | |
palette = "#000000:#cd0000:#00cd00:#cdcd00:#73d200:#cd00cd:#e9b900:#e5e5e5:#7f7f7f:#ff0000:#00ff00:#fef200:#6ca700:#ff00ff:#c17d00:#ffffff" | |
scrollback_infinite = True | |
show_titlebar = False | |
use_system_font = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment