Skip to content

Instantly share code, notes, and snippets.

@AndrewSoltes
AndrewSoltes / gist:2926482
Created June 13, 2012 21:00
sublime preferences
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 13.0,
"save_on_focus_lost": true,
"word_wrap": true
}
@AndrewSoltes
AndrewSoltes / gist:4106317
Created November 18, 2012 17:16
set up kdiff3 with git
git config --global merge.tool kdiff3
git config --global mergetool.keepBackup false
#on windows
git config --global mergetool.kdiff3.path 'G:\win\KDiff3\kdiff3.exe'
#remove backups option in kdiff3 settings