Search code examples
keyboard-shortcutsatom-editorvim-plugin

Edit the shortcut that closes Atom


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 ?


Solution

  • 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.

    Keybindings in Atom