From a733a7a5b0e3a15f76872c255d431551a7e338e3 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 30 Nov 2024 22:19:34 -0800 Subject: [PATCH] Updated resize keybindings to be more friendly --- dotfiles/.aerospace.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/.aerospace.toml b/dotfiles/.aerospace.toml index d0fe097..b21b173 100644 --- a/dotfiles/.aerospace.toml +++ b/dotfiles/.aerospace.toml @@ -88,9 +88,9 @@ cmd-shift-c = 'reload-config' cmd-r = 'mode resize' [mode.resize.binding] -h = 'resize width -50' -j = 'resize height +50' -k = 'resize height -50' -l = 'resize width +50' +h = 'resize width +50' +j = 'resize height -50' +k = 'resize height +50' +l = 'resize width -50' enter = 'mode main' esc = 'mode main'