Commit 2963c618ce4f

Vincent Demeester <vincent@sbr.pm>
2026-02-05 11:37:26
kitty: move git diff popup to ctrl+alt+r
Frees ctrl+shift+r for the default resize mode. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5b71a86
Changed files (1)
home
common
desktop
home/common/desktop/kitty.nix
@@ -113,7 +113,7 @@
       map kitty_mod+g launch --type=overlay --title="  LazyGit" --cwd=current zsh -i -c lazygit
 
       # Git diff popup - quick diff viewer
-      map kitty_mod+r launch --type=overlay --title="  Git Diff" --cwd=current zsh -i -c 'git diff 2>/dev/null; git diff --staged 2>/dev/null'
+      map ctrl+alt+r launch --type=overlay --title="  Git Diff" --cwd=current zsh -i -c 'git diff 2>/dev/null; git diff --staged 2>/dev/null'
     '';
   };