How do I duplicate a whole line in Vim in a similar way to Ctrl+D in IntelliJ IDEA/ Resharper or Ctrl+Alt+&
Another option would be to go with:
nmap mzyyp`z
gives you the advantage of preserving the cursor position.