nvim-treesitter-refactor icon indicating copy to clipboard operation
nvim-treesitter-refactor copied to clipboard

feat(smart_rename): allow repeating last rename with . and vim-repeat

Open AckslD opened this issue 3 years ago • 0 comments

closes #29

After doing a rename one can use . to rename whatever node is under the cursor with the same new name. If vim-repeat is not installed it silently fails.

AckslD avatar May 27 '22 08:05 AckslD