You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was digging the manual for a trick on how to setup different keybinds with SPC prefix in different evil states without cluttering the config file.
for example:
I want to set "zw" for #'+spell/remove-word in normal state with SPC as leader.
I want to set "[s" for #'+spell/previous-error in motion state with SPC as leader.
both 1 and 2 share the same keymap
my solution was writing multiple general-def where I change the state each time.
The text was updated successfully, but these errors were encountered:
I was digging the manual for a trick on how to setup different keybinds with
SPC
prefix in different evil states without cluttering the config file.for example:
"zw"
for#'+spell/remove-word
in normal state withSPC
as leader."[s"
for#'+spell/previous-error
in motion state withSPC
as leader.my solution was writing multiple general-def where I change the state each time.
The text was updated successfully, but these errors were encountered: