1
0

macos: add Terminal settings

This commit is contained in:
Timo Bingmann
2025-09-22 11:42:21 -07:00
parent 6a20426279
commit 11c47cc1fb

View File

@@ -84,6 +84,20 @@
SortColumn = "CPUUsage"; # Sort by CPU usage SortColumn = "CPUUsage"; # Sort by CPU usage
SortDirection = 0; # Sort descending 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 # Keyboard settings