Last active
January 6, 2025 04:36
-
-
Save YuanLiou/bbdf0928d96e4b9de4bdee2821638dcc to your computer and use it in GitHub Desktop.
ghostty config 0.0.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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