## Configuration files Configuration is saved in: - on Linux, _~/.config/smolbote/_ ## Keyboard shortcuts ### Navigation - Ctrl + Left - go back - Ctrl + Right - go forward ### Tabs - Ctrl + T - new tab - Ctrl + O - previous tab - Ctrl + P - next tab - Ctrl + X - close tab ## Command line ~~~ sh Usage: poi [options] URL Options: - h, help Displays this help. - v, version Displays version information. - build Show build information. - c, config Set configuration file. ~/.config/smolbote/smolbote.cfg - p, profile Use this profile. - socket Local server socket /tmp/smolbote.socket - in-new-window Open URL in new window You can also overwrite configuration options using the syntax: --browser.setting.path=value Arguments: - URL URL(s) to open ~~~