How do you paste a register using the :put command?
Answer
:put a
Explanation
The :put a command pastes register a on a new line below the cursor. Use :put! a to paste above. Works from command-line mode.
:put a
The :put a command pastes register a on a new line below the cursor. Use :put! a to paste above. Works from command-line mode.