polygonplanet / sublime-text-eslint

ESLint any JavaScript file in Sublime Text
24 stars 7 forks source link

Default OSX Key Binding Shouldn't Be Ctrl+e #7

Closed aqualad closed 8 years ago

aqualad commented 8 years ago

Globally binding to ctrl + e on OSX is very intrusive to common OSX workflow. ctrl + a and ctrl + e are standard "jump to beginning/end of line" hotkeys systemwide.

Please consider using a different default shortcut.

polygonplanet commented 8 years ago

OK, Change to ctrl + alt + e (Cmd + Option + e)