Skip to content

Instantly share code, notes, and snippets.

@hasinhayder
Created July 16, 2016 17:13
Show Gist options
  • Save hasinhayder/21ae0a10b563037f32f5f5d6d839b5c1 to your computer and use it in GitHub Desktop.
Save hasinhayder/21ae0a10b563037f32f5f5d6d839b5c1 to your computer and use it in GitHub Desktop.
Sublime Text 3 Keybindings
[
{ "keys": ["super+shift+f"], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["ctrl+n"], "command": "advanced_new_file" },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment