mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat: ghostty
This commit is contained in:
parent
c63e644ac9
commit
587224ef2d
4 changed files with 63 additions and 13 deletions
46
home/dot_config/ghostty/config
Normal file
46
home/dot_config/ghostty/config
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue