Vim Nudge Lines
This week I’ve published a Vim plugin that nudges visually selected lines up or down…
-
Ctrl^k Nudge visual selection up
-
Shift^K Nudge visual selection up and reformat tabs
-
Ctrl^j Nudge visual selection down
-
Shift^J Nudge visual selection down and reformat tabs
Check the documentation for detailed getting started and usage instructions, the source code is available on GitHub.