Skip to content

Keybindings

qbrsh is modal. In Normal mode keys trigger commands; in Insert mode keys go to the page; in Command mode you type a : command; in Hint mode you type a link label. Escape always returns to Normal mode.

Counts work where they make sense, for example 5j scrolls down five steps.

Scrolling

KeyAction
h j k lscroll left, down, up, right
gg / Gtop / bottom of page
<C-f> / <C-b>page down / up
<C-d> / <C-u>half page down / up
KeyAction
H / Lback / forward
r / Rreload / reload bypassing cache
oopen a URL in the current tab
Oopen, prefilled with the current URL

Hints

KeyAction
ffollow a link in the current tab
Fopen a link in a new tab

Press the key, type the label shown on the target, and the unique match is followed. Escape cancels.

Tabs

KeyAction
topen a URL in a new tab
J / Knext / previous tab
dclose the tab
ureopen the last closed tab
gCclone the tab
gJ / gKmove the tab right / left
coclose all other tabs
<A-1> .. <A-9>focus tab 1 to 9

Yank, marks, content

KeyAction
yy / ytyank the URL / the title
Mbookmark the page
m / bsave / load a quickmark
gbload a bookmark
tdtoggle dark mode

Modes and command line

KeyAction
ienter Insert mode
Escapeleave the current mode
:open the command line

In the command line, Tab and Shift-Tab move the highlight through the completion list (your typed text stays put), Space applies the highlighted item so you can continue with an argument, and Enter runs it. See the command reference.