Closed wswind closed 1 year ago
Hi, I'm new to sublime text. My build version is 4143.
alt+W (move backwards by sub-words) is not working, it will print <p></p> now.
<p></p>
I think it's because the default key binding: { "keys": ["alt+shift+w"], "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" } },
{ "keys": ["alt+shift+w"], "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" } },
Now it's <p></p>
How can I override this to make alt+W works for vintage?
Hi, I'm new to sublime text. My build version is 4143.
alt+W (move backwards by sub-words) is not working, it will print
<p></p>
now.I think it's because the default key binding:
{ "keys": ["alt+shift+w"], "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" } },
Now it's
<p></p>
How can I override this to make alt+W works for vintage?