Skip to content

Instantly share code, notes, and snippets.

@luiscielak
Created April 13, 2015 14:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luiscielak/489e4911c48b24029418 to your computer and use it in GitHub Desktop.
Save luiscielak/489e4911c48b24029418 to your computer and use it in GitHub Desktop.
sublime-keymap
[
{ "keys": ["ctrl+s"], "command": "toggle_side_bar" },
{ "keys": ["command+shift+r"], "command": "reindent" , "args": { "single_line": false } },
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment