Skip to content

Instantly share code, notes, and snippets.

@rdok
Last active October 21, 2015 01:20
Show Gist options
  • Save rdok/6da9eb14cf865181b481 to your computer and use it in GitHub Desktop.
Save rdok/6da9eb14cf865181b481 to your computer and use it in GitHub Desktop.
Default (Windows).sublime-keymap
[
{ "keys": ["alt+1"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+n"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["ctrl+shift+e"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+alt+l"], "command": "reindent", "args": {"single_line": true}},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment