Created
May 24, 2012 08:52
-
-
Save brunobord/2780288 to your computer and use it in GitHub Desktop.
SublimeText2 macro and key binding for quickly wrapping text at 80 columns
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
/** | |
* wrap_line command will use the "rulers" settings to calculate le line width. | |
*/ | |
[ | |
{ "keys": ["alt+q"], "command": "wrap_line"} | |
] |
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
[ | |
"rulers": [ 80, 120], | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment