Skip to content

Instantly share code, notes, and snippets.

@treelzebub
Last active January 29, 2018 23:02
Show Gist options
  • Save treelzebub/e23876938bd136ce6b451f6d7791475c to your computer and use it in GitHub Desktop.
Save treelzebub/e23876938bd136ce6b451f6d7791475c to your computer and use it in GitHub Desktop.
// Settings
{
"color_scheme": "Packages/Color Scheme - Default/Zenburnesque.tmTheme",
"font_size": 17,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
// Keymap
[
{ "keys": ["command+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol"} },
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol"} },
{ "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true} },
{ "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment