Skip to content

Commit

Permalink
chore: keybinds and cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jmreicha authored Dec 27, 2024
1 parent ce5af08 commit 8d87308
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions config/ghostty/config
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,26 @@ shell-integration-features = no-cursor
cursor-style-blink = true

# Display
# macos-titlebar-style = hidden
theme = Afterglow
theme = ayu
fullscreen = true

# Tray icon
macos-icon = custom-style
macos-icon-ghost-color = dark green
macos-icon-screen-color = black

# Font
font-size = 14
font-size = 16

# Misc
# Keybindings
keybind = global:cmd+s=toggle_quick_terminal
keybind = command+left=previous_tab
keybind = command+right=next_tab

# Misc
quit-after-last-window-closed = false
shell-integration = zsh
macos-option-as-alt = false
clipboard-read = allow
clipboard-write = allow
copy-on-select = true

0 comments on commit 8d87308

Please sign in to comment.