diff --git a/system/macos/system.nix b/system/macos/system.nix index c078d5c..779d50f 100644 --- a/system/macos/system.nix +++ b/system/macos/system.nix @@ -84,6 +84,20 @@ SortColumn = "CPUUsage"; # Sort by CPU usage SortDirection = 0; # Sort descending }; + + # Terminal settings + "com.apple.Terminal" = { + "Default Window Settings" = "Pro"; + "Window Settings" = { + Pro = { + keyMapBoundKeys = { + # Map Home and End keys to terminal escape sequences. + F729 = "\033OH"; + F72B = "\033OF"; + }; + }; + }; + }; }; # Keyboard settings