N – delete buffer with number N ✔ :ball – display all buffers in windows ✔ :b <name-of-buffer><TAB> - try it out ✔ :bn :bp :bf :bl next previous first last
- the alternate buffer (the file you edited last) ✔ :b# - to jump between active and previous ✔ a - active buffer (loaded and visible in the current window ✔ u - unlisted buffer (e.g. help file) ✔ h - hidden buffer
displayed in a window hide => hide the buffer (like minimizing window) unload => clear everything delete => closes the tab wipe => clear and delete from buffer list
nofile => not related to a file (tmp register) nowrite => buffer will not be written (used for error window) acwrite => buffer will always be written with BufWriteCmd quickfix => contains list of errors help => useful help command