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

Finder

The file finder shows the directory at the top, then an input bar, then the found files. The finder starts out with the input bar focused. The input can be any valid regular expression.

The finder finds files in the current directory (recursively) for which the regex pattern matches the file name.

Found Files Commands:

CommandDescription
<Ctrl>-qReturn focus to the input bar.
j | <Down>Move the selection down by one hit.
k | <Up>Move the selection up by one hit.
J | <End>Move the selection to the last hit.
K | <Home>Move the selection to the first hit.
l | <Enter>Open the hit in vim.
gGo to the hit in the file browser.
GGo to the hit in the file browser and select it.
yEYank the hit filename to the clipboard.
yyYank the hit file path to the clipboard.
YYank the hit file contents to the clipboard.