Skip to content

Instantly share code, notes, and snippets.

@F1LT3R
Last active October 23, 2023 20:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save F1LT3R/8be65a110969d485bbc3 to your computer and use it in GitHub Desktop.
Save F1LT3R/8be65a110969d485bbc3 to your computer and use it in GitHub Desktop.
word wrap with ctrl + shift + w in sublime-text
[
{ "keys": ["ctrl+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}}
]
// Thanks to "facelessuser"
// https://www.sublimetext.com/forum/viewtopic.php?f=3&t=6663
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment