My personal setup in OS X – for future reference.
Key | Action |
---|---|
Cmd + left/right | Home/End |
Cmd + d † | Expand selection to word with multi-cursor (cmd + k to skip the current selection) |
Cmd + j | Join lines |
Cmd + x/c/v † | Line mode cut/copy/paste – always pastes above the current line |
Cmd + ctrl + up/down † | Move line up/down |
Cmd + shift + space | Expand selection to surrounding block |
Cmd + shift + f | Search in project |
Cmd + shift + p | Find and execute action |
† with the cursor placed at any position on the line
[
{ "keys": ["ctrl+super+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+minus"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["super+alt+-"], "command": "toggle_comment", "args": { "block": true } }
]
"installed_packages": [
"Alignment",
"Better JavaScript",
"Clipboard Manager",
"Emmet",
"Emmet Css Snippets",
"FileDiffs",
"Handlebars",
"HTML-CSS-JS Prettify",
"HTML5",
"JSHint Gutter",
"LESS",
"Meteor Autocomplete (TernJS)",
"MultiFill",
"Sass",
"Semantic UI",
"SideBarEnhancements",
"SublimeCodeIntel",
"Text Pastry"
]