ameyp / CscopeSublime

A Cscope plugin for Sublime Text 2 and 3
89 stars 37 forks source link

Conflict in default key bindings of Sublime Text 3 & CscopeSublime #70

Open pqrth opened 6 years ago

pqrth commented 6 years ago

I installed this plugin recently and I'm really thankful that it is actively maintained.

Now after installing the plugin, two of my frequently used keybindings failed because of the following conflicts:

 [shift+super+[]
   prev_view                                Default               
   goback                                   Cscope                
 [shift+super+]]
   next_view                                Default               
   forward                                  Cscope                

Could we please ensure that there're no conflicts with at least Sublime Text 3's default key bindings? I can open a pull request if we decide on non-conflicting key bindings.