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

How do you move the current window to the far right?

Answer

<C-w>L

Explanation

Press <C-w>L (uppercase) to move the current window to the far right using the full height. Changes horizontal splits to vertical.

Next

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