Last active
July 18, 2019 07:24
-
-
Save Daniyal-Javani/ed6ec2b7c0ad79a16c014085fcbe57d3 to your computer and use it in GitHub Desktop.
My Sublime Text keybindings
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": ["ctrl+shift+r"], "command": "reindent"}, | |
{ "keys": ["f8"], "command": "find_use"}, | |
{ | |
"keys": ["super+shift+w"], | |
"command": "toggle_setting", | |
"args": { | |
"setting": "word_wrap" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment