vimtricks.wiki Concise Vim tricks, one at a time.

How do you search through command history?

Answer

<C-r>/ or q/

Explanation

Press q/ to open search history in a window. While on the command line, use arrow keys to cycle through previous commands.

Next

How do I visually select a double-quoted string including the quotes themselves?