sublimehq / Vintage

Vintage mode adds a vi style command mode to Sublime Text 2
http://www.sublimetext.com/docs/2/vintage.html
579 stars 76 forks source link

alt+W not working #218

Closed wswind closed 1 year ago

wswind commented 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.

image

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?