mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
46 lines
994 B
Text
46 lines
994 B
Text
# Linux: ~/.config/ghostty/config
|
|
|
|
# Not ready
|
|
|
|
### Appearance
|
|
|
|
font-size = 13
|
|
# font-family = "Maple Mono NF"
|
|
theme = light:Catppuccin Latte,dark:Catppuccin Mocha
|
|
background-opacity = 0.8
|
|
|
|
cursor-style = block_hollow
|
|
cursor-style-blink = true
|
|
cursor-click-to-move = true
|
|
cursor-invert-fg-bg = true
|
|
|
|
window-decoration = auto
|
|
|
|
# title = "👻"
|
|
|
|
|
|
### Commands
|
|
|
|
command = fish
|
|
env = EDITOR=nvim
|
|
|
|
### Keybindings
|
|
|
|
keybind = performable:ctrl+c=copy_to_clipboard
|
|
keybind = alt+shift+h=goto_split:left
|
|
keybind = alt+shift+j=goto_split:bottom
|
|
keybind = alt+shift+k=goto_split:top
|
|
keybind = alt+shift+l=goto_split:right
|
|
keybind = alt+shift+|=new_split:right
|
|
keybind = alt+shift+_=new_split:down
|
|
keybind = alt+shift+enter=new_split:auto
|
|
keybind = global:super+backquote=toggle_quick_terminal
|
|
keybind = alt+shift+n=new_window
|
|
|
|
### Misc
|
|
|
|
app-notifications = no-clipboard-copy
|
|
|
|
### Reference to:
|
|
# https://github.com/folke/dot/blob/master/config/ghostty/config
|
|
# https://github.com/hackr-sh/ghostty-shaders
|