mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2025-02-03 14:10:50 +01:00
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
Block a user