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?
A simple solution is to put in your .vimrc these lines:
.vimrc
nmap :m-2 nmap :m+1