guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

"Wrap with Abbreviation" of Emmet for Sublime Text will not work if Vintageous installed, Mac OS X #1048

Closed jackjm closed 8 years ago

jackjm commented 8 years ago

"Wrap with Abbreviation" of Emmet for Sublime Text is not working if Vintageous installed, Sublime Text 3, Mac OS X.

The key binding for Wrap with Abbreviation is Ctrl+w, if Vintageous installed, the short key will enable the Visual mode and C-w prompted at the bottom status line of Sublime Text 3. After I removed Vintageous, Ctrl+w will work like a charm, pop up the "Enter Wrap Abbreviation" input form.

Is there a way we can make Wrap with Abbreviation of Emmet and Vintageous work together?

deconvolved commented 8 years ago

I am also running ST3 with Vintageous under OS X, and I do not see the behavior you describe unless I explicitly enable vintageous_use_ctrl_keys. When left with the default setting of false, Wrap with Abbreviation works as advertised.

If you need vintageous_use_ctrl_keys enabled, I think that you will need to setup some custom key bindings as that option overrides as well as many others.

jackjm commented 8 years ago

Yes, true "vintageous_use_ctrl_keys" causes the problem, changing its value to false solved the problem. Thanks deconvolved.