nvim-gomove
nvim-gomove copied to clipboard
A complete plugin for moving and duplicating blocks and lines, with complete fold handling, reindenting, and undoing in one go.
First of all, thank you for this beautiful plugin, I can't overstate how much I love watching my selection jump over folds when I shift it. It would be amazing...
Basically let's say i have this code: ```lua 1: 2: function hello() 3: print("hello") 4: end ``` so if i use the keybind to move hello function up by 1...
Hi, I've just realised that `` doesn't move the selected lines in visual mode up, but the other keybinds seem to work as intended for both modes.