qutebrowser
TLDR
Start browser
SYNOPSIS
qutebrowser [options] [urls...]
DESCRIPTION
qutebrowser is a keyboard-driven web browser with vim-style keybindings. It uses QtWebEngine and focuses on minimalism and keyboard efficiency.
The browser is highly configurable through a Python config file and commands, appealing to users who prefer keyboard-centric workflows.
PARAMETERS
-t, --target type
How to open URL (tab, tab-bg, window).-T, --temp-basedir
Use temporary directory.-s opt value, --set opt value
Set configuration option.-r session, --restore session
Restore session.-B dir, --basedir dir
Base directory.--debug
Debug mode.
KEY BINDINGS
o: Open URL
O: Open in new tab
d: Close tab
j/k: Scroll
h/l: History
f: Follow hints
yy: Copy URL
/: Search
:: Command mode
CAVEATS
Some sites may not work (WebEngine limitations). Extension support limited. Learning curve for keybindings. Qt dependency large.
HISTORY
qutebrowser was created by Florian Bruhin starting in 2013. It fills the niche for keyboard-driven browsers like uzbl and vimperator, but with modern web engine support.


