Skip to content

Instantly share code, notes, and snippets.

@andreimoment
Created December 22, 2014 21:05
Show Gist options
  • Save andreimoment/4f4775ecd62bc48b1d00 to your computer and use it in GitHub Desktop.
Save andreimoment/4f4775ecd62bc48b1d00 to your computer and use it in GitHub Desktop.
Git and Textmate Settings
[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
[
{ "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" }
]
{
"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