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
am not sure if this is a bug or feature, but the keybinding filtering function is called enndlesly.
I wanted to use it to have an overview of the keybindings and implement a plugin like the nvim "which-key" plugin.
@Conditiondefunasigned_filter():
print("filter called")
returnTrue#does not matter if I return True or False@bindings.add("<any>", filter=unasigned_filter)def_(event):
return
thanks
Z
The text was updated successfully, but these errors were encountered:
Hi,
am not sure if this is a bug or feature, but the keybinding filtering function is called enndlesly.
I wanted to use it to have an overview of the keybindings and implement a plugin like the nvim "which-key" plugin.
thanks
Z
The text was updated successfully, but these errors were encountered: