mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Feature Request | Better Choice Keybindings and/or Make Language Specific #207

Open SplashDance opened 5 years ago

SplashDance commented 5 years ago

In short, installing SQLTools has ruined my keyboard navigation because "ctrl+e" no longer takes me to the end of the line.

If it occurred only when writing SQL code then it would be one thing but this (and then the accompanying "You need to setup your connections first." pop up) is, for example, affecting me when trying to write in Python.

Basically, since said key-binding is one of the most frequently used bindings of text navigation for OS X and also taking this into account re: Windows, you might want to consider something totally different as far as keybindings go.

Lastly, as an aside, you should also think about starting your pop up messages with "SQLTools: " or something similar so that a user will immediately know which package is causing the issue instead of having to blindly resort to Google.