Installation
Just follow the installation guide in here Neovim Installation.
UI Terminologies
- Buffers: In-memory text of a file. The text of the file is loaded into memory for editing. The original file remains unchanged until you the write the buffer to the file.
- Windows: View of the buffer. You can use multiple windows to see a single buffer.
- Tabs: Collection of windows.
- Ruler