andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
109 stars 43 forks source link

alt+enter key conflict #208

Open infn8 opened 6 years ago

infn8 commented 6 years ago

in all the keymaps for this plugin you have this

{ "keys": ["alt+enter"], "command": "jump_to_keyword" }

this is already a core sublime shortcut used by many devs. Find all from the search box.

please consider changing this setting

aaltat commented 6 years ago

I have not used Find all from search box functionality, would you have an example how it's used?

Also Sublime is flexible and one can always overwrite the default settings with user specific settings: https://www.sublimetext.com/docs/3/settings.html