vim-git icon indicating copy to clipboard operation
vim-git copied to clipboard

Dot Repeat Ctrl-X/A

Open Konfekt opened this issue 1 year ago • 2 comments

Now that <C-X/A> are mapped by default (overriding global C-X/A), would you mind making them vim-repeatable as well?

Konfekt avatar Oct 06 '24 19:10 Konfekt

I'm not going to add a plugin dependency, even an optional one, to a runtime file that ships with Vim itself. But it would probably be possible to make them repeatable without the dependency, by converting them to use 'opfunc'. I don't personally have plans to pursue this.

tpope avatar Oct 06 '24 19:10 tpope

Would it hurt to ship autoload/repeat.vim with Vim? This conversion to an opfuncis a common alternative idiom to appending :repeat#set(...) ? Where to find it?

Konfekt avatar Oct 06 '24 19:10 Konfekt