From 60118c49ecd25057b73f0a2d6f8b1a7e869016df Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sun, 9 Mar 2025 19:07:59 +0100 Subject: [PATCH] Update :sidebaropen help --- src/excmds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/excmds.ts b/src/excmds.ts index 01210a15..e7991bd3 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -3368,7 +3368,7 @@ export async function qall() { * * Not all schemas are supported, such as `about:*` and Firefox's built-in search engines. Tridactyl's searchurls and jsurls work fine - `:set searchengine google` will be sufficient for most users. * - * If you try to open the command line in the sidebar things will break. + * If you try to open the command line in the sidebar things will break. `:hint -W sidebaropen` will open hints in the sidebar (potentially in the background if [[sidebartoggle]] has not been run). */ //#background export async function sidebaropen(...urllike: string[]) {