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

Browser

The file browser shows the current directory at the top, and lists the entries of the directory below. The currently selected entry is highlighed in yellow.

CommandDescription
j | <Down>Move the selection down by one entry.
k | <Up>Move the selection up by one entry.
J | <End>Move the selection to the last entry.
K | <Home>Move the selection to the first entry.
l | <Enter>If the currently selected entry is a file, then open it in vim. Else, if the currently selected entry is a directory, then change the current directory to the selected directory.
h | <Backspace>Change directories to the parent of the current directory (if the current directory is not the root directory).
bRun bash with the working directory set to the current directory.
cOpen the file creator for creating a file.
COpen the file creator for creating a directory.
fOpen the file finder.
sOpen the file contents searcher.
mToggle showing the metadata of the entries.
yEYank the selected entry filename to the clipboard.
yyYank the selected entry file path to the clipboard.
YYank the selected entry file contents to the clipboard.