helix: fix poor mans us keyboard curlies
This commit is contained in:
parent
cad1567687
commit
8c221759c9
|
@ -184,7 +184,7 @@ in
|
||||||
keys.insert = {
|
keys.insert = {
|
||||||
"S-tab" = "unindent";
|
"S-tab" = "unindent";
|
||||||
# Poor man's US-Keyboard
|
# Poor man's US-Keyboard
|
||||||
"Å" = [(c "{}") "move_char_left"];
|
"Å" = [(c "{}") "move_char_right"];
|
||||||
"º" = c "Å";
|
"º" = c "Å";
|
||||||
"^" = c "}";
|
"^" = c "}";
|
||||||
"¤" = c "^";
|
"¤" = c "^";
|
||||||
|
|
Loading…
Reference in New Issue