In Notepad++, I can use Ctrl + Shift + Up / Down to move the current line up and down. Is there a similar command to this in Vim?
If I want to swap one line with the line above I usually do the following
ddkP
Explanation