fix syntax

This commit is contained in:
lelgenio 2020-09-21 20:30:26 -03:00
parent 5de5fd2577
commit bd4fa67f82

View file

@ -138,9 +138,9 @@ c.hints.border = "2px solid {{@@ color.accent @@}}"
# Characters used for hint strings.
# Type: UniqueCharString
{%@@ if key.layout == "colemak" @@%}
c.hints.chars = "asrtdhneio"
c.hints.chars = "asrtdhneio"
{%@@ elif key.layout == "dvorak" @@%}
c.hints.chars = "aoeuidnths"
c.hints.chars = "aoeuidnths"
{%@@ endif @@%}
# Leave insert mode if a non-editable element is clicked.