Skip to content

Instantly share code, notes, and snippets.

@Amitesh
Created March 5, 2016 20:32
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 Amitesh/22beeee9e684ce574fda to your computer and use it in GitHub Desktop.
Save Amitesh/22beeee9e684ce574fda to your computer and use it in GitHub Desktop.
sublime text3 keybindings
[
{ "keys": ["alt+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["alt+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} },
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment