Sublime Forum

How to implement sublime to disable plug-ins and shortcut keys according to file types

#1

I want to run multiple programming languages on sublime, but there are conflicts between plug-ins and shortcut keys in different languages. How can I solve this problem?

0 Likes

#2

Can you tell in what way are plugins & shortcut keys conflicting (An example for this) ? It’s important to know this before venturing to give possible suggestions/solutions.

0 Likes

#3

As an example, say I have dedicated code formatting commands for each language, and I would like to bind all of them to ctrl+alt+f. This one will only be triggered when in Python

And this one will only be triggered when in PHP

1 Like

#4

Thank you very much for your help, which perfectly solved the problem of my shortcut key conflict

0 Likes