Created
October 25, 2015 13:52
-
-
Save leninhasda/295d6d836cab9c20b8ba to your computer and use it in GitHub Desktop.
My keybindings for sublime text editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "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