diff --git a/profiles/base/default.nix b/profiles/base/default.nix index e30a602..7ad84fb 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -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 "^";