From 932ad175ff06ef353889fc70fd3f808a3e6e0fe8 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 4 Jun 2023 21:16:26 -0400 Subject: [PATCH] Fix typo --- applications/qutebrowser/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/qutebrowser/default.nix b/applications/qutebrowser/default.nix index f50e9c03..97dc77f6 100644 --- a/applications/qutebrowser/default.nix +++ b/applications/qutebrowser/default.nix @@ -89,7 +89,7 @@ # config.bind('j', 'run-with-count 5 scroll down') # config.bind('k', 'run-with-count 5 scroll up') - # NOTE: Use with smooth smooth scrolling enabled to scroll smoothly + # NOTE: Use with smooth scrolling enabled to scroll smoothly # config.bind('d', 'run-with-count 12 scroll down') # config.bind('u', 'run-with-count 12 scroll up')