Vim/Neovim
Buffers Commands
Manage multiple files in Vim. Learn buffer commands, window splits, and tabs for efficient multi-file editing.
6 commands
Pro Tips
Use ':ls' to list buffers, ':b' followed by number or name to switch.
Use Ctrl-w commands for window management: s (split), v (vsplit), q (close).
Use ':tabnew' for tabs, 'gt' and 'gT' to navigate between them.