From e612698df2466736f7a3ab89a623246536f1b1a8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 24 Jun 2026 17:46:39 -0700 Subject: glide: Set hint characters These are only the characters under my fingers in the home position, no others. This is to make it as quick and easy as possible to press them. --- glide/.config/glide/glide.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'glide') diff --git a/glide/.config/glide/glide.ts b/glide/.config/glide/glide.ts index af5d1bf..954fe13 100644 --- a/glide/.config/glide/glide.ts +++ b/glide/.config/glide/glide.ts @@ -17,6 +17,7 @@ // Try typing `glide.` and see what you can do! glide.o.hint_size = "15pt"; +glide.o.hint_chars = "arstneio"; glide.prefs.set("ui.key.menuAccessKeyFocuses", false); glide.prefs.set("sidebar.verticalTabs", true); -- cgit v1.3-2-g0d8e