Closed tom-adsfund closed 4 years ago
As a workaround, you can disable the automatic indentation feature.
let g:move_auto_indent = 0
@matze Great, thanks!
Don't thank me, thank @hugomg who is implementing a ton of awesome improvements.
@matze Sure. Thanks @hugomg !!!
If I have something like below and try to move lines 2-3 together, they will not maintain the indents -- 3 will be moved to the level of 2. The level difference should be maintained.
When I'm working with indented notes maintaining level differences is essential.