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