ddkP
Explanation:
- dd will delete the line and add it to the default register.
- k will move up a line (j would move down a line)
- P will paste above the current line
My personal blog for code snippets and solutions to issues that plagued me for hours.
ddkP
Explanation:
- dd will delete the line and add it to the default register.
- k will move up a line (j would move down a line)
- P will paste above the current line