Buffers
- | - |
---|---|
:e file | Edit a file in a new buffer |
:bn | Go to the next buffer |
:bp | Go to the previous buffer |
:bd | Remove file from buffer list |
:b 5 | Open buffer #5 |
:b file | Go to a buffer by file |
:ls | List all open buffers |
:sp file | Open and split window |
:vs file | Open and vertically split window |
:hid | Hide this buffer |
:wn | Write file and move to next |
:tab ba | Edit all buffers as tabs |
Comments