1
0
Fork 0
vdotfiles/dot_config/ghostty/config.tmpl

32 lines
880 B
Cheetah
Raw Normal View History

2026-03-16 02:36:10 +02:00
theme = Dawnfox
font-family = Maple Mono NL NF
{{- if eq .chezmoi.os "darwin" }}
2026-03-16 12:54:56 +02:00
font-size = 15
quit-after-last-window-closed = true
{{- else }}
font-size = 11
2026-03-11 16:35:50 +02:00
window-theme = ghostty
window-decoration = client
2025-01-02 18:53:38 +02:00
{{- end }}
2024-12-27 03:33:43 +02:00
cursor-style-blink = false
2026-03-12 18:40:16 +02:00
shell-integration-features = no-cursor,ssh-env
2025-09-18 11:59:10 +03:00
window-padding-color = extend
2024-12-27 03:33:43 +02:00
{{- if eq .chezmoi.os "linux" }}
keybind = alt+t=new_tab
2025-01-01 21:49:42 +02:00
keybind = alt+c=copy_to_clipboard
keybind = alt+v=paste_from_clipboard
2026-03-12 21:41:28 +02:00
keybind = alt+f=start_search
keybind = alt+e=search_selection
{{- end }}
2024-12-27 03:33:43 +02:00
keybind = ctrl+g>c=new_tab
keybind = ctrl+g>v=new_split:right
keybind = ctrl+g>s=new_split:down
keybind = ctrl+g>h=goto_split:left
keybind = ctrl+g>j=goto_split:bottom
keybind = ctrl+g>k=goto_split:top
keybind = ctrl+g>l=goto_split:right
keybind = ctrl+g>r=reload_config
2025-01-02 03:18:35 +02:00
keybind = ctrl+g>f=toggle_fullscreen
keybind = ctrl+g>d=toggle_window_decorations