Ghostty Terminal
The Ghostty Terminal by Mitchell Hashimoto is an amazing terminal emulator, easily installable through Homebrew, as a drop-in replacement for the default macOS Terminal app. I primarily use it for its snappy performance and better defaults out of the box. Configuration Create the config directory: mkdir -p ~/.config/ghostty Create the config file: touch ~/.config/ghostty/config Open it for editing: nano ~/.config/ghostty/config Add your configurations. Reload the config in the menu bar at Ghostty → Reload Config. keybind = super+left=goto_split:left keybind = super+right=goto_split:right keybind = super+up=goto_split:top keybind = super+down=goto_split:bottom unfocused-split-opacity = 0.3 scrollback-limit = 10000 Themes ...