dvcrn / proton

space-atom. spacemacs and sublimious style editing in atom
GNU General Public License v3.0
565 stars 55 forks source link

user's keybinding category doesn't overwrite predefined action #256

Open geksilla opened 7 years ago

geksilla commented 7 years ago

Try to overwrite any action keybinding with category added to .proton :keybindings. As the result category displays correctly but dispatches action assigned to old keybinding. For example add

:keybindings {
:p { :b {:category "some" :c {:action "window:toggle-dev-tools" }} 
}

Then try to invoke SPC p b c and browse buffers command will dispatch.