guillermooo / Vintageous

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

can't build with TypeScript plugin #1047

Closed sheam closed 8 years ago

sheam commented 8 years ago

When I install Vintageous, I am no longer able to build my Typescript project using the typescript plugin: https://github.com/Microsoft/Typescript-Sublime-plugin

The TS plugin uses the F7 key, which Vintageous seems to be hijacking.

sheam commented 8 years ago

Hello,

Any workarounds for this?

sheam commented 8 years ago

Just figured out that it isn't a problem with the F7 key, it seems to be taking over the build command. TypeScript can use F7 or ctrl+b for building. But both of them are broken if you use Vintageous.

sheam commented 8 years ago

Tools->Build System->Typescipt.

Oops