Skip to content

Instantly share code, notes, and snippets.

@skube
Created February 17, 2015 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skube/dd82c42e293150f996aa to your computer and use it in GitHub Desktop.
Save skube/dd82c42e293150f996aa to your computer and use it in GitHub Desktop.
User keymappings for Sublime Text (Windows)
[
// { "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+shift+w"], "command": "null" },
{ "keys": ["shift+f3"], "command": "find_under_expand" },
// { "keys": ["j", "j"], "command": "exit_insert_mode",
// "context":
// [
// { "key": "setting.command_mode", "operand": false },
// { "key": "setting.is_widget", "operand": false }
// ]
// }
//For use w/ Vintegous
{ "keys": ["j", "j"], "command": "_enter_normal_mode", "args": {"mode": "mode_insert"}, "context": [{"key": "vi_insert_mode_aware"}] }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment