Sublime Forum

Wrap/Unwrap text

#1

What’s the new keybinding for Wrap/Unwrap text it used to be CTRL-Shift-W but now it just closes everything.

0 Likes

#2

alt+shift+w

You can find all the keybindings under Preferences > Key Bindings - Default

0 Likes

#3

[quote=“atomi”]alt+shift+w

You can find all the keybindings under Preferences > Key Bindings - Default[/quote]

Sorry I meant line-wrapping such as ALT-Q but I don’t want no ruler limit

0 Likes

#4

[quote=“lbolognini”]

[quote=“atomi”]alt+shift+w

You can find all the keybindings under Preferences > Key Bindings - Default[/quote]

Sorry I meant line-wrapping such as ALT-Q but I don’t want no ruler limit[/quote]

There isn’t one. You can create one using the command toggle_wrap I believe or just use, ctrl+shift+p and type wrap.

0 Likes

#5

Thanks that worked. I’ll try save it as a binding

0 Likes

#6

The key-binding would look like this:

{ "keys": "super+alt+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}}

0 Likes

#7

[quote=“senzo”]The key-binding would look like this:

{ "keys": "super+alt+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}} [/quote]

Thanks for posting this. I was way off, my bad.

0 Likes