stay-in-place.nvim
stay-in-place.nvim copied to clipboard
Doesn't work with repeat (.) action
How to reproduce:
- Place the cursor in the middle of a line
- Press ">>" (shift without visual selection)
- Press "."
Actual behavior: Cursor is not preserved after pressing "."
Expected behavior: Cursor should be preserved after pressing "."
Thanks for your feedback!
Yep, that's a bug, for the moment I didn't find a way to do this without using plugins like tpope/repeat
...
I'll work on it next week.
For the moment I don't find a way to make it work properly. I'll try later and maybe I should wait for https://github.com/neovim/neovim/issues/19426 to be implemented...
Thanks for your feedback! Yep, that's a bug, for the moment I didn't find a way to do this without using plugins like
tpope/repeat
... I'll work on it next week.
Hello there! Could you please tell me how you achieved dot-repeating with the tpope/vim-repeat
plugin?