- Maps
[<Space>and]<Space>in normal mode to insert lines above and below the cursor. - Maps
[eand]ein normal mode to move the current line or region up or down respectively using move-text.el. - Maps
[pand]pto paste in a new line above and below respectively. - Maps
[yand]y(with optional count prefix) to yank the line count above or below the current line.
Inspired by unimpaired.vim.