drewda / cucumber-sublime-bundle

Sublime bundle for Cucumber
65 stars 26 forks source link

Scope keymaps to Cucumber-related syntaxes #19

Closed tdd closed 9 years ago

tdd commented 9 years ago

Hey Drew!

This fix avoids conflicts with various platform-native keyboard mappings. For instance, on OSX with an FR keyboard, alt+; produces an ellipsis () and alt+shift+; is a middot (), which typography fans (such as myself) want to retain in most of their files.

It's fine if you reserve such mappings in Cucumber contexts, but I want that in my Markdown, etc. :smile:

Also, generally ST favors keymap scoping to avoid conflicts with other ST keymaps.

Best,