chawan: fix example for settings (#7210)

as per cha-config, keybindings should be under section `page` and not `pager`.

Also replaced the line with an example from man page because the current one wasn't working properly
This commit is contained in:
Ladas552
2025-06-06 02:50:12 +00:00
committed by GitHub
parent bbb31d8352
commit 355c7d09ed

View File

@@ -30,7 +30,7 @@ in
images = true;
autofocus = true;
};
pager."C-k" = "() => pager.load('https://duckduckgo.com/?=')";
page."C-k" = "() => pager.load('ddg:')";
}
'';
};