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

How do you edit a command in the command-line window?

Answer

<C-f> on command line

Explanation

While typing a command, press <C-f> to open the command-line editing window. Edit the command with full Vim capabilities, press Enter to execute.

Next

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