cx<pause>x
no longer works
#772
IndianBoy42
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you open an issue and add a repro? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is a common pattern that for an operator ending with some character, like
cx
for vim-exchange, repeating the last character operates on the current linecxx
. In the same way thatyy
,dd
etc.This used to be fine with which-key, but with which-key v3 it doesn't work anymore if I pause between
cx
andx
(obviously it still works withcxx
if which-key doesn't trigger)I think I know the problem is that now with ModeChanged we only see
g@
for any custom operator. Ideally this pattern is standardized in neovim core or we get better support for knowing what custom operator is running.In the meanwhile, is there any workaround?
Beta Was this translation helpful? Give feedback.
All reactions