helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.49k stars 2.48k forks source link

Move lines or blocks up or down #2245

Closed gregorriegler closed 1 year ago

gregorriegler commented 2 years ago

IMO one of the most important features for a text editor is the ability to quickly move lines, but also blocks up and down.

In VIM I achieve this using the https://github.com/matze/vim-move plugin. However it would be awesome if helix did something like this out of the box.