๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

split ghostty config in modules

kacaii 61d8efb8 7dd13f9f

+42 -42
+3 -42
.config/ghostty/config
··· 1 - theme = catppuccin-mocha.conf 2 - font-family = "Maple Mono" 3 - font-thicken = true 4 - background-opacity = 0.8 5 - background-blur = true 6 - 7 - window-padding-balance = true 8 - window-padding-x = 5 9 - window-padding-y = 0 10 - window-save-state = always 11 - 12 - shell-integration-features = no-cursor 13 - cursor-style = block 14 - cursor-style-blink = false 15 - mouse-hide-while-typing = true 16 - quick-terminal-position = bottom 17 - quick-terminal-size = 30% 18 - 19 1 custom-shader = shaders/cursor_tail.glsl 20 2 21 - # ๓ฐŒŒ Keybinds 22 - 23 - keybind = ctrl+b>r=reload_config 24 - keybind = global:alt+s=toggle_quick_terminal 25 - 26 - # ๎ญฟ Tabs ---------------------------------------------------------------------- 27 - keybind = ctrl+b>c=new_tab 28 - keybind = ctrl+b>shift+l=next_tab 29 - keybind = ctrl+b>shift+h=previous_tab 30 - 31 - keybind = ctrl+b>1=goto_tab:1 32 - keybind = ctrl+b>2=goto_tab:2 33 - keybind = ctrl+b>3=goto_tab:3 34 - 35 - # ๓ฐคผ Splits 36 - keybind = ctrl+b>s=new_split:down 37 - keybind = ctrl+b>v=new_split:right 38 - keybind = ctrl+b>z=toggle_split_zoom 39 - keybind = ctrl+b>e=equalize_splits 40 - 41 - keybind = alt+shift+j=goto_split:down 42 - keybind = alt+shift+k=goto_split:up 43 - keybind = alt+shift+h=goto_split:left 44 - keybind = alt+shift+l=goto_split:right 3 + config-file = modules/input/config 4 + config-file = modules/shell/config 5 + config-file = modules/style/config
+22
.config/ghostty/modules/input/config
··· 1 + keybind = ctrl+b>r=reload_config 2 + keybind = global:alt+s=toggle_quick_terminal 3 + 4 + # ๎ญฟ Tabs ---------------------------------------------------------------------- 5 + keybind = ctrl+b>c=new_tab 6 + keybind = ctrl+b>shift+l=next_tab 7 + keybind = ctrl+b>shift+h=previous_tab 8 + 9 + keybind = ctrl+b>1=goto_tab:1 10 + keybind = ctrl+b>2=goto_tab:2 11 + keybind = ctrl+b>3=goto_tab:3 12 + 13 + # ๓ฐคผ Splits 14 + keybind = ctrl+b>s=new_split:down 15 + keybind = ctrl+b>v=new_split:right 16 + keybind = ctrl+b>z=toggle_split_zoom 17 + keybind = ctrl+b>e=equalize_splits 18 + 19 + keybind = alt+shift+j=goto_split:down 20 + keybind = alt+shift+k=goto_split:up 21 + keybind = alt+shift+h=goto_split:left 22 + keybind = alt+shift+l=goto_split:right
+1
.config/ghostty/modules/shell/config
··· 1 + shell-integration-features = no-cursor
+16
.config/ghostty/modules/style/config
··· 1 + theme = catppuccin-mocha.conf 2 + font-family = "Maple Mono" 3 + font-thicken = true 4 + background-opacity = 0.8 5 + background-blur = true 6 + 7 + window-padding-balance = true 8 + window-padding-x = 5 9 + window-padding-y = 0 10 + window-save-state = always 11 + 12 + cursor-style = block 13 + cursor-style-blink = false 14 + mouse-hide-while-typing = true 15 + quick-terminal-position = bottom 16 + quick-terminal-size = 30%