···22font-family = "Maple Mono NF"
33font-size = 10
44background-opacity = 0.9
55-shell-integration-features = no-cursor
66-cursor-style = block
75background-blur = true
88-mouse-hide-while-typing = true
66+97window-padding-balance = true
108window-padding-x = 5
119window-padding-y = 0
1210window-save-state = always
13111212+shell-integration-features = no-cursor
1313+cursor-style = block
1414+mouse-hide-while-typing = true
1515+gtk-single-instance = true
1616+quick-terminal-position = bottom
1717+quick-terminal-size = 25%
1818+1919+# ๓ฐ Keybinds
2020+1421keybind = ctrl+b>r=reload_config
1522keybind = global:alt+s=toggle_quick_terminal
16231717-# ๎ญฟ Tabs
2424+# ๎ญฟ Tabs ----------------------------------------------------------------------
1825keybind = ctrl+b>c=new_tab
1926keybind = ctrl+b>shift+l=next_tab
2027keybind = ctrl+b>shift+h=previous_tab
···3441keybind = alt+shift+h=goto_split:left
3542keybind = alt+shift+l=goto_split:right
36433737-3838-# This is the configuration file for Ghostty.
3939-#
4040-# This template file has been automatically created at the following
4141-# path since Ghostty couldn't find any existing config files on your system:
4242-#
4343-# /home/kacaii/.config/ghostty/config
4444-#
4545-# The template does not set any default options, since Ghostty ships
4646-# with sensible defaults for all options. Users should only need to set
4747-# options that they want to change from the default.
4848-#
4949-# Run `ghostty +show-config --default --docs` to view a list of
5050-# all available config options and their default values.
5151-#
5252-# Additionally, each config option is also explained in detail
5353-# on Ghostty's website, at https://ghostty.org/docs/config.
5454-#
5555-# Ghostty can reload the configuration while running by using the menu
5656-# options or the bound key (default: Command + Shift + comma on macOS and
5757-# Control + Shift + comma on other platforms). Not all config options can be
5858-# reloaded while running; some only apply to new windows and others may require
5959-# a full restart to take effect.
6060-6161-# Config syntax crash course
6262-# ==========================
6363-# # The config file consists of simple key-value pairs,
6464-# # separated by equals signs.
6565-# font-family = Iosevka
6666-# window-padding-x = 2
6767-#
6868-# # Spacing around the equals sign does not matter.
6969-# # All of these are identical:
7070-# key=value
7171-# key= value
7272-# key =value
7373-# key = value
7474-#
7575-# # Any line beginning with a # is a comment. It's not possible to put
7676-# # a comment after a config option, since it would be interpreted as a
7777-# # part of the value. For example, this will have a value of "#123abc":
7878-# background = #123abc
7979-#
8080-# # Empty values are used to reset config keys to default.
8181-# key =
8282-#
8383-# # Some config options have unique syntaxes for their value,
8484-# # which is explained in the docs for that config option.
8585-# # Just for example:
8686-# resize-overlay-duration = 4s 200ms
4444+keybind = alt+shift+left=resize_split:left,10
4545+keybind = alt+shift+down=resize_split:down,10
4646+keybind = alt+shift+up=resize_split:up,10
4747+keybind = alt+shift+right=resize_split:right,10