ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

#143: Changed command menu to point at the correct default keymap file #144

Closed IvoVermeer closed 7 years ago

IvoVermeer commented 7 years ago

The 'Key Bindings - Default' option in the tern package menu points at the wrong file. I updated the Main.sublime-menu file to point it at Default.sublime-keymap instead of the Tern.sublime-keymap.

Changing the filename would work too, of course.

This resolves #143

marijnh commented 7 years ago

Thanks. Merged as 68745d8