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

How do you move the current window to the very top?

Answer

<C-w>K

Explanation

Press <C-w>K (uppercase) to move the current window to the top of the screen using the full width. Changes vertical splits to horizontal.

Next

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