user's keybinding category doesn't overwrite predefined action
Opened this issue · 0 comments
geksilla commented
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.