From 8c221759c959f5477186d08bb8dca67c63081786 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Wed, 28 Dec 2022 17:58:03 +0100 Subject: [PATCH] helix: fix poor mans us keyboard curlies --- profiles/base/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "^";