From c5a318c85da3ae3cee30c839a40068e7f5fd514b Mon Sep 17 00:00:00 2001 From: bptato Date: Sun, 5 Feb 2023 15:02:54 +0100 Subject: w3m.toml: fix quit --- bonus/w3m.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bonus') diff --git a/bonus/w3m.toml b/bonus/w3m.toml index 6c1c45ae..55c792f0 100644 --- a/bonus/w3m.toml +++ b/bonus/w3m.toml @@ -71,7 +71,7 @@ C-w = 'config.searchwrap = !config.searchwrap; pager.alert("Wrap search " + (con # Misc #TODO shell out, help file, options, cookies C-c = 'pager.cancel()' -q = 'pager.ask("Do you want to exit Chawan?").then(x => x ? pager.quit() : void(0))' -Q = 'pager.quit()' +q = 'pager.ask("Do you want to exit Chawan?").then(x => x ? quit() : void(0))' +Q = 'quit()' # w3m line editing is equivalent to Chawan's defaults. -- cgit 1.4.1-2-gfad0