vladimirnani / DjangoCommands

ST2/ST3 plugin for managing django project
29 stars 14 forks source link

Blocks multi-cursor #20

Closed Guest007 closed 9 years ago

Guest007 commented 9 years ago

Ctrl-button1 in Sublime used for multicoursor. DjangoCommands blocks this very important behavior

mxdevmanuel commented 9 years ago

"Ctrl+button1" is not "blocked" it's used inside the mouse map for "Django Click Command" as .mouse-map settings files do not support context, you can create in your User directory a "Default.mouse-map" file and override this setting

mxdevmanuel commented 9 years ago

I gave it a little thought and I realized that a pretty important thing about shortcuts on editors and IDE's is to keep hands away from mouse, of course is not always possible and multiselection is, IMHO and agreeing with you, more important than opening a template, thanks for contributing :smile: