helix: fix poor mans us keyboard curlies
This commit is contained in:
parent
cad1567687
commit
8c221759c9
|
@ -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 "^";
|
||||
|
|
Loading…
Reference in New Issue