helix: fix poor mans us keyboard curlies

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-28 17:58:03 +01:00
parent cad1567687
commit 8c221759c9
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ in
keys.insert = {
"S-tab" = "unindent";
# Poor man's US-Keyboard
"Å" = [(c "{}") "move_char_left"];
"Å" = [(c "{}") "move_char_right"];
"º" = c "Å";
"^" = c "}";
"¤" = c "^";