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

How do you move the current window to the bottom?

Answer

<C-w>J

Explanation

Press <C-w>J (uppercase) to move the current window to the bottom using the full width. Rearranges the layout.

Next

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