diff --git a/users/myuser/git.nix b/users/myuser/git.nix index 71ca0dd..1fe6494 100644 --- a/users/myuser/git.nix +++ b/users/myuser/git.nix @@ -59,7 +59,7 @@ }; }; - home.shellAliases = rec { + home.shellAliases = { g = "gitui"; ga = "git add"; gc = "git commit -v -S"; diff --git a/users/myuser/graphical/kitty.nix b/users/myuser/graphical/kitty.nix index 5e083c5..248c0b6 100644 --- a/users/myuser/graphical/kitty.nix +++ b/users/myuser/graphical/kitty.nix @@ -70,6 +70,7 @@ "shift+page_down" = "scroll_page_down"; "ctrl+shift+." = "change_font_size all -2.0"; "ctrl+shift+," = "change_font_size all +2.0"; + "ctrl+shift+w" = "no_op"; }; # XXX: mkForce to prevent stylix from appending theme. # Fix this by making a correct theme that can be used.