Skip to content

Instantly share code, notes, and snippets.

@YuanLiou
Last active January 6, 2025 04:36
Show Gist options
  • Save YuanLiou/bbdf0928d96e4b9de4bdee2821638dcc to your computer and use it in GitHub Desktop.
Save YuanLiou/bbdf0928d96e4b9de4bdee2821638dcc to your computer and use it in GitHub Desktop.
ghostty config 0.0.2
# Linux
command = /usr/bin/fish --login --interactive
shell-integration = fish
theme = Dracula+
quick-terminal-position = top
keybind = alt+shift+f12=toggle_quick_terminal
===== ==== ====== ==============================
# macOS
command = /opt/homebrew/bin/fish --login --interactive
shell-integration = fish
theme = Dracula+
quick-terminal-position = right
font-size=15
# Custom Keybinding
keybind = global:alt+shift+f12=toggle_quick_terminal
keybind = shift+ctrl+r=reload_config
keybind = shift+ctrl+h=new_split:left
keybind = shift+ctrl+j=new_split:down
keybind = shift+ctrl+k=new_split:up
keybind = shift+ctrl+l=new_split:right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment