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

How do you close all windows except the current one?

Answer

<C-w>o

Explanation

Press <C-w>o or use :only to close all windows except the current one. A fast way to focus on a single file.

Next

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