Cannot find related command, seems it can only be configured in settings or view->word wrap
It’s useful when temporary toggling this to view some lines
Cannot find related command, seems it can only be configured in settings or view->word wrap
It’s useful when temporary toggling this to view some lines
So it looks like you don’t know how to find what a menu item triggers.
sublime.log_commands(True)
in ST consoleview->word wrap
toggle_setting {"setting": "word_wrap"}
{ "keys": ["MY_KEY"], "command": "toggle_setting", "args": { "setting": "word_wrap" } },
Another way, sure, look into the source code of the menu.