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

How do you maximize the current window's width?

Answer

<C-w>|

Explanation

Press <C-w>| to maximize the current window's width. Other vertical splits become one column wide.

Next

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