Skip to content

Instantly share code, notes, and snippets.

@ivanlesko
Created December 14, 2014 05:45
Show Gist options
  • Save ivanlesko/008878c97072b9149fc2 to your computer and use it in GitHub Desktop.
Save ivanlesko/008878c97072b9149fc2 to your computer and use it in GitHub Desktop.
Ivan's Sublime key bindings
// Gotta have 'em...
[
{ "keys": ["shift+enter"], "command": "move_to", "args": {"to": "eol", "extend": false} },
// Toggle auto-save
{ "keys": ["ctrl+shift+s"], "command": "auto_save" },
// Auto indent
{ "keys": ["ctrl+i"], "command": "reindent"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment