From 03e418e7cb2d5cb209dbe38a3a8eff4433eab02d Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 21 Dec 2024 16:58:57 -0800 Subject: [PATCH] Changed aerospace mode resize keybinding --- dotfiles/.aerospace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.aerospace.toml b/dotfiles/.aerospace.toml index b21b173..a0e658d 100644 --- a/dotfiles/.aerospace.toml +++ b/dotfiles/.aerospace.toml @@ -85,7 +85,7 @@ cmd-shift-0 = 'move-node-to-workspace 10' cmd-shift-c = 'reload-config' -cmd-r = 'mode resize' +cmd-shift-r = 'mode resize' [mode.resize.binding] h = 'resize width +50'