I installed the atom.io plugins git-plus
and asciidoc-preview
.
Unfortunately both claim the keybinding Ctrl + Shift + A
. There is no warning shown in the keybinding-settings.
How to solve this Problem? Should I manually add the *.cson
files and add another keybinding? Or is there a way to do it directly in atim.io?
You have to go to Edit -> Preferences -> Keybinding. In this tab you can see your actual binding and if you want to change it, you can access to the keymap file and overcharged configuration. To access this file you can click on the link below the "Keybindings" title.
Press esc button or ctrl + . again. It will remove the popup.
Call command palette ctrl-shift-p , type "keymap" and select "Application: Open Your Keymap" or open file manually: ~/. atom/keymap.
You can override the key binding and manually set it to the command you want to run:
Ctrl + Shift + P
, type Resolver
).Ctrl + Shift + A
).Ctrl + Shift + P
, type Open keymap
).Ctrl + Shift + A
key binding run the git-plus:add
command:
'.platform-win32 atom-workspace, .platform-win32 atom-workspace atom-text-editor, .platform-linux atom-workspace, .platform-linux atom-workspace atom-text-editor':
'ctrl-shift-A': 'git-plus:add'
Alternatively, you can use a package such as disable-keybindings or keymap-disabler to disable key bindings on a per package basis: https://discuss.atom.io/t/disable-default-keybindings/1077/36.
Updates:
As of Atom version 1.1: The feature for disabling keybindings per package is now core.
As of Atom version 1.12: User key bindings now take precedence over package key bindings regardless of their selector specificity.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With