fix syntax

This commit is contained in:
hrnz 2020-10-31 19:23:06 +01:00
parent ed5135e463
commit f54cdfdf7b
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ Tridactyl benutzt standardmäßig Hintchars, die für qwerty-Layouts optimiert s
Lösung:
```
:set hintchars=enaritud
:set hintchars enaritud
:mkp!
```
Als Bone-Benutzer möchte man z.B. eher `enirtsobah` nutzen.
@ -25,8 +25,8 @@ Da in Tridactyl dieser Buchstabe nicht belegt ist, bietet es sich an, das Tasten
Hier wird beispielsweise f (für Hintkeys) auf e gelegt:
```
:bind e "hint"
:bind E "hint -b"
:bind e hint
:bind E hint -b
:mkt!
```