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

Get and Change Default Browser

02-04-25

When I run mdbook serve --open it always open in brave browser. I want to change to firefox. I found this tutorial.

Get the default browser.

$ xdg-settings get default-web-browser
brave-browser.desktop

Change to firefox.

$ xdg-settings set default-web-browser firefox.desktop