sascha-wolf / sublime-GitConflictResolver

A little plugin to help you resolving this nasty conflicts.
MIT License
44 stars 6 forks source link

Its blocking LALT+X => # shortcut #12

Closed MiChAeLoKGB closed 8 years ago

MiChAeLoKGB commented 8 years ago

I think that's an issue of sublime text in general, but any shortcuts that require ctrl+alt can be ran with alt only. So basically every time I tried to comment a line in .htaccess I just got

Please select choices

I went trough all plugins and their key bindings and found nothing, so I started removing packages I don't really use, and after removing this one, it started to work normally again.

sascha-wolf commented 8 years ago

GitConflictResolver doesn't contain any default shortcuts to avoid any conflicts with the users shortcuts.

It's possible to add shortcuts on your own, as proposed in the README, but there are no shortcuts added unless you specifically did this yourself.

As such I'm sure that the plugin has nothing to do with the problem you described.

MiChAeLoKGB commented 8 years ago

Ok, there is something weird with my sublime... I clicked uninstall GitConflictResolver, but it uninstalled different package instead of this one and that fixed it...

Well, consider this thread never existing.

sascha-wolf commented 8 years ago

I guarantee you that GitConflictResolver does not under any circumstances install default shortcuts. Any shortcuts related to GitConflictResolver have to be added manually.