diff --git a/modules/home/qutebrowser.nix b/modules/home/qutebrowser.nix index 2fc880f..543becb 100644 --- a/modules/home/qutebrowser.nix +++ b/modules/home/qutebrowser.nix @@ -34,6 +34,16 @@ in programs.qutebrowser = { enable = true; + keyBindings = { + normal = { + "d" = "scroll-page 0 0.5"; + "u" = "scroll-page 0 -0.5"; + "x" = "tab-close -o"; + "" = "undo"; + ",v" = "spawn mpv {url}"; + }; + }; + settings = { fonts = { default_family = "GohuFont 14 Nerd Font Mono";