feat: ghostty

This commit is contained in:
js0ny 2025-10-26 21:43:01 +00:00
parent c63e644ac9
commit 587224ef2d
4 changed files with 63 additions and 13 deletions

View file

@ -0,0 +1,46 @@
# 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