Vim Window Management Link to heading

In Vim/Neovim <Ctrl-w> puts you into “window command mode” for managing windows.

KeybindAction
<Ctrl-w> + HMove window to far left
<Ctrl-w> + JMove window to far bottom
<Ctrl-w> + KMove window to far top
<Ctrl-w> + LMove window to far right
<Ctrl-w> + xSwap window with neighbor (to the right or top)
<Ctrl-w> + RSwap window with neighbor (up/left)
<Ctrl-w> + rSwap window with neighbor (down/right)