Reputation: 2214
I have vim
and vim nerd tree
and many more packages installed on atom (Linux
), the problem is that when I click Ctrl + Q, the Atom IDE is closed instead of the focused file, how can I find out the plugin that added this shortcut? or how to disable it ?
Upvotes: 1
Views: 97
Reputation: 701
how to find out the plugin that added this shortcut?
Get to the keybinding tab in the Settings view (File -> Settings -> Keybindings
) and type ctrl-q
into the search bar.
Upvotes: 2