I’m aware that much like a bash prompt in Vim you can press : and get a list of all the history commands by pressing up and down.
But is there a way to export this command history into a buffer?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
:historywill show you a history of your commands.Edit:
In normal mode,
q:will open your history in a new buffer.