:edit path/to/fileOften abbreviated as `:e`.
Manage multiple files and layouts with buffers, splits, and tab pages.
Open, switch, inspect, and delete buffers cleanly.
:edit path/to/fileOften abbreviated as `:e`.
:bnext :bpreviousAlso abbreviated as `:bn` and `:bp`.
:buffersUseful before jumping or cleaning up open files.
:bdeleteOften shortened to `:bd`.
Use multiple visible views in one tab page.
:splitAbbreviation: `:sp`.
:vsplitAbbreviation: `:vsp`.
<C-w>h <C-w>j <C-w>k <C-w>lThis is the core split-navigation pattern in Vim and Neovim.
:close :onlyUse `:only` when you want to focus on a single pane.
Use tabs as separate workspaces for groups of windows.
:tabnewCan also open a specific file in a new tab.
gt gT :tabnext :tabpreviousNormal-mode and Ex-command tab navigation both matter in practice.
:tabcloseHandy after temporary reviews or experiments.