Using 'repeat' isn't useful for inserting text #414
Replies: 4 comments
-
For change, you can copy the inserted text after exiting insert mode. But there's no way to duplicate the insertion, unless using kmacro. |
Beta Was this translation helpful? Give feedback.
-
I haven't tried it yet, but I have been looking at the package Dot Mode. From the README:
|
Beta Was this translation helpful? Give feedback.
-
It's still not as simple as than Evil's
Using Meow's keypad feature, the process is:
A wrapper command could combine There's also the new options |
Beta Was this translation helpful? Give feedback.
-
Since posting this thread I've developed a package to repeat which can group multiple commands: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In VIM it's common to insert (or change) text, leave insert mode, navigate to a new location in normal mode, then repeat the previous action.
The problem with doing this in meow is the navigation commands (e.g.
meow-prev
ormeow-next
) are repeated.What is a convenient way to repeat an insertion elsewehre?
Beta Was this translation helpful? Give feedback.
All reactions