[aerospace] Fix fullscreen chord

Cmd-F is too ingrained in muscle memory for Find
This commit is contained in:
2025-10-15 11:14:10 -07:00
parent 6f00c72540
commit 32e1b81034

View File

@@ -52,7 +52,7 @@ in
"${leader}-slash" = "layout tiles horizontal vertical";
"${leader}-comma" = "layout accordion horizontal vertical";
"${leader}-shift-q" = "close";
"${leader}-f" = "fullscreen";
"${leader}-shift-f" = "fullscreen";
"${leader}-h" = "focus left";
"${leader}-j" = "focus down";
"${leader}-k" = "focus up";