tweak terminal and emacs shortcut in aerospace
All checks were successful
Cachix / build (elendel) (push) Successful in 1m32s
Cachix / build (kholinar) (push) Successful in 2m5s
Cachix / build (marabethia) (push) Successful in 1m37s

This commit is contained in:
Charlotte Van Petegem 2025-02-18 13:58:23 +01:00
parent 54e46b13c8
commit a5eab0eb36
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -10,8 +10,8 @@
automatically-unhide-macos-hidden-apps = true; automatically-unhide-macos-hidden-apps = true;
on-focused-monitor-changed = ["move-mouse monitor-lazy-center"]; on-focused-monitor-changed = ["move-mouse monitor-lazy-center"];
mode.main.binding = { mode.main.binding = {
alt-enter = "exec-and-forget open -na iTerm.app"; ctrl-alt-enter = "exec-and-forget open -na iTerm.app";
alt-shift-enter = "exec-and-forget open -na emacs.app"; ctrl-alt-shift-enter = "exec-and-forget open -na emacs.app";
alt-h = "focus left"; alt-h = "focus left";
alt-j = "focus down"; alt-j = "focus down";
alt-k = "focus up"; alt-k = "focus up";