mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
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:
@@ -30,7 +30,7 @@ in
|
||||
images = true;
|
||||
autofocus = true;
|
||||
};
|
||||
pager."C-k" = "() => pager.load('https://duckduckgo.com/?=')";
|
||||
page."C-k" = "() => pager.load('ddg:')";
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user