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
Sorry, I mixed things up, spooky will work well if I set a longer timeoutlen.
As for keymap, It is basically a problem of whick-key:
if vim.keymap.set('n', 'd', '"_d'), type d will not trigger popup...
I learn that spooky works by mapping keys like rrir to textobjects. It's wonderful and minimal, but we still need fast enough typing. A long timeoutlen (or a which-key without the problem of popup) can be a workaround now.
But It would be better if there's a indefinite pending between r and r, or i and r. (like issue #15)
Thanks for your awesome work.
I often use black hole register, so I remap:
But it seems not work with this plugin.
The text was updated successfully, but these errors were encountered: