-
-
Save andreimoment/4f4775ecd62bc48b1d00 to your computer and use it in GitHub Desktop.
Git and Textmate Settings
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
[merge] | |
tool = p4merge | |
[mergetool "p4merge"] | |
path = C:\\Program Files\\Perforce\\p4merge.exe | |
[alias] | |
s = status | |
aa = add --all | |
ap = add --patch | |
ca = commit --amend | |
ci = commit -v | |
co = checkout | |
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
[push] | |
default = simple |
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
[ | |
{ "keys": ["ctrl+k", "ctrl+e"], "command": "ruby_eval" }, | |
{"keys": ["ctrl+alt+r"], "command": "reveal_in_side_bar"}, | |
{ "keys": ["ctrl+shift+r"], "command": "goto_symbol_in_project" } | |
] |
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
{ | |
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme", | |
"disable_tab_abbreviations": true, | |
"font_face": "Consolas", | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"SCSS", | |
"Pretty JSON", | |
"Better CoffeeScript" | |
], | |
"tab_size": 2, | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment