View gist:0f8c282c971d9b078f5cd922b1420b45
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
/* | |
For reference: | |
my tools in packages.config | |
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="Cake" version="0.16.2" /> | |
<package id="WiX" version="3.10.1" /> | |
<package id="WixSharp.bin" version="1.2.0.0" /> | |
</packages> |
View config
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 = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
title_hide_sizetext = True | |
focus = system | |
sticky = True | |
suppress_multiple_term_dialog = True | |
borderless = True | |
title_transmit_bg_color = "#cb0e13" | |
[keybindings] | |
insert_number = None |