Skip to content

Instantly share code, notes, and snippets.

@disjukr
Last active July 27, 2016 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save disjukr/6130444 to your computer and use it in GitHub Desktop.
Save disjukr/6130444 to your computer and use it in GitHub Desktop.
My sublime text setting file
[
{ "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 } }
]
{
"font_face": "D2Coding",
"font_size": 12.0,
"ignored_packages": [
"Vintage"
],
"rulers": [
4,
8,
12,
16,
20,
24,
28,
32,
36,
40,
79,
80,
100
],
"word_wrap": false,
"scroll_past_end": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment