Skip to content

Instantly share code, notes, and snippets.

@leninhasda
Created October 25, 2015 13:52
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 leninhasda/295d6d836cab9c20b8ba to your computer and use it in GitHub Desktop.
Save leninhasda/295d6d836cab9c20b8ba to your computer and use it in GitHub Desktop.
My keybindings for sublime text editor
[
{ "keys": ["alt+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
{ "keys": ["alt+x"], "command": "toggle_side_bar" },
{ "keys": ["alt+a"], "command": "focus_side_bar" },
{ "keys": ["f4"], "command": "reindent"},
{ "keys": ["ctrl+e"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment