Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Switching buffers

  • :ls
  • :bn
  • :bp
  • :bN
  • :bd
  • :b TAB

Working with buffers

:ls   list buffers

:bn     next buffer
:bp     previous buffer

:bN     switch to buffer N
:b TAB  cycle thorugh the names of the files in the buffers

:bd     delete current buffer
:bd3    delete buffer number 3