mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-09-11 02:55:31 -04:00
34 lines
690 B
Plaintext
34 lines
690 B
Plaintext
# Ghostty config translated from iTerm2
|
|
# https://ghostty.org/docs/config
|
|
|
|
# Font settings
|
|
font-family = "Monaspace Neon"
|
|
font-size = 12
|
|
adjust-cell-height = 4
|
|
|
|
# Window settings
|
|
window-width = 160
|
|
window-height = 48
|
|
background-opacity = 0.93
|
|
background-blur = true
|
|
|
|
# Cursor (bar style, matching iTerm2 cursor type 1)
|
|
cursor-style = bar
|
|
|
|
# Scrollback (unlimited)
|
|
scrollback-limit = 10000000
|
|
|
|
# Option key behavior (left=esc, right=normal)
|
|
macos-option-as-alt = left
|
|
|
|
# Theme
|
|
theme = Material Darker
|
|
|
|
copy-on-select = false
|
|
shell-integration-features = true
|
|
macos-titlebar-style = tabs
|
|
|
|
working-directory = home
|
|
window-inherit-working-directory = false
|
|
tab-inherit-working-directory = true
|