Skip to content

Instantly share code, notes, and snippets.

@peterdemin
Last active December 21, 2015 05:18
Show Gist options
  • Save peterdemin/6255810 to your computer and use it in GitHub Desktop.
Save peterdemin/6255810 to your computer and use it in GitHub Desktop.
My sublime text settings Command "prompt_insert_nums" is available through sublime package Insert Sequences
[
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["ctrl+q"], "command": "close" },
{ "keys": ["ctrl+w"], "command": "find_under_expand" },
{ "keys": ["ctrl+r"], "command": "wrap" },
{ "keys": ["ctrl+alt+n"], "command": "prompt_insert_nums" }
]
{
"detect_indentation": false,
"rulers": [78],
"font_size": 12,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment