diff options
| author | 2026-06-24 17:46:39 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | e612698df2466736f7a3ab89a623246536f1b1a8 (patch) | |
| tree | 6e9aa43ab97d4dd1184ae978d12593bcb4512b2e /glide | |
| parent | fbb793e96b14b3127c4959d28a7b9d9db8a115c2 (diff) | |
| download | new-dotfiles-e612698df2466736f7a3ab89a623246536f1b1a8.tar.gz new-dotfiles-e612698df2466736f7a3ab89a623246536f1b1a8.zip | |
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.
Diffstat (limited to 'glide')
| -rw-r--r-- | glide/.config/glide/glide.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
