+1

please add wrap paragraph support on os x

David Alexander 13 years ago updated by colinta 12 years ago 4
Not sure if the wrap paragraph command is exposed and just not bound to any keys on Mac OS X, but in any case it would be nice to have Alt-Q bound to wrap paragraph on OS X (as it is on Linux and Windows).
+1
You can map it yourself by adding it to your user key bindings:
{ "keys": ["alt+q"], "command": "wrap_lines" },
That works. Thanks adzenith. Is there any reason why this is not on by default on Mac OS X? I am not aware of any system key bindings for Alt-Q that it would clash with.
+1
Option keys are generally used to make foreign or special characters. Option+q defaults to œ.
+1
Personally, I thought the built-in `wrap_lines` command is pretty weak - doesn't support comments or preceding whitespace, doesn't respect my selection.  I wrote a plugin to do this called SublimeTextFormatting  ("TextFormatting" in Package Control)