What is the location list and how does it differ from the quickfix list?
:lopen / :lnext / :lprev
The location list is a per-window variant of the quickfix list.
buffers-windows #navigation #quickfix #ex-commands #windows #productivity
:lopen / :lnext / :lprev
The location list is a per-window variant of the quickfix list.
buffers-windows #navigation #quickfix #ex-commands #windows #productivity
:vsplit
The :vsplit command (or :vs for short) splits the current window vertically, creating a new window side-by-side with the current one.
<C-w><C-w>
The (Ctrl+w Ctrl+w) command cycles the cursor to the next window in the current tab.
<C-w>+ and <C-w>-
The + and - commands increase or decrease the height of the current split window by one line.
<C-w>T
The T (Ctrl+w then Shift+t) command moves the current split window into a new tab page.
buffers-windows #buffers-windows #windows #tabs #normal-mode
:only
The :only command closes every window in the current tab page except the one your cursor is in.
<C-w>c
The c (Ctrl+w then c) command closes the current window without closing the buffer it contains.
:split
The :split command (or s) splits the current window horizontally, creating a new window above with the same file.