How do I duplicate a whole line in Vim in a similar way to Ctrl+D in IntelliJ IDEA/ Resharper or Ctrl+Alt+&
Doesn't get any simpler than this! From normal mode:
yy
then move to the line you want to paste at and
p