Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am cglinka on github.
  • I am cglinka (https://keybase.io/cglinka) on keybase.
  • I have a public key ASAFM7woDTrLVFPocf893Sym8-snNnfl3bBIiSBhf4BllQo

To claim this, I am signing this object:

@cglinka
cglinka / Default (OSX).sublime-keymap -- User
Created June 16, 2014 20:03
Sublime Text 2 user keybindings
[
{ "keys": ["ctrl+super+shift+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+super+shift+down"], "command": "swap_line_down" }
]
@cglinka
cglinka / Preference.sublime-settings
Last active June 27, 2016 18:01
Sublime Text 2 user overrides
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wrap_width": false,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"save_on_focus_lost": true,
"default_line_ending": "unix",