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

Configure Feed

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

remove ghostty config comments

kacaii cc274d27 d55730c0

+15 -54
+15 -54
.config/ghostty/config
··· 2 2 font-family = "Maple Mono NF" 3 3 font-size = 10 4 4 background-opacity = 0.9 5 - shell-integration-features = no-cursor 6 - cursor-style = block 7 5 background-blur = true 8 - mouse-hide-while-typing = true 6 + 9 7 window-padding-balance = true 10 8 window-padding-x = 5 11 9 window-padding-y = 0 12 10 window-save-state = always 13 11 12 + shell-integration-features = no-cursor 13 + cursor-style = block 14 + mouse-hide-while-typing = true 15 + gtk-single-instance = true 16 + quick-terminal-position = bottom 17 + quick-terminal-size = 25% 18 + 19 + # ๓ฐŒŒ Keybinds 20 + 14 21 keybind = ctrl+b>r=reload_config 15 22 keybind = global:alt+s=toggle_quick_terminal 16 23 17 - # ๎ญฟ Tabs 24 + # ๎ญฟ Tabs ---------------------------------------------------------------------- 18 25 keybind = ctrl+b>c=new_tab 19 26 keybind = ctrl+b>shift+l=next_tab 20 27 keybind = ctrl+b>shift+h=previous_tab ··· 34 41 keybind = alt+shift+h=goto_split:left 35 42 keybind = alt+shift+l=goto_split:right 36 43 37 - 38 - # This is the configuration file for Ghostty. 39 - # 40 - # This template file has been automatically created at the following 41 - # path since Ghostty couldn't find any existing config files on your system: 42 - # 43 - # /home/kacaii/.config/ghostty/config 44 - # 45 - # The template does not set any default options, since Ghostty ships 46 - # with sensible defaults for all options. Users should only need to set 47 - # options that they want to change from the default. 48 - # 49 - # Run `ghostty +show-config --default --docs` to view a list of 50 - # all available config options and their default values. 51 - # 52 - # Additionally, each config option is also explained in detail 53 - # on Ghostty's website, at https://ghostty.org/docs/config. 54 - # 55 - # Ghostty can reload the configuration while running by using the menu 56 - # options or the bound key (default: Command + Shift + comma on macOS and 57 - # Control + Shift + comma on other platforms). Not all config options can be 58 - # reloaded while running; some only apply to new windows and others may require 59 - # a full restart to take effect. 60 - 61 - # Config syntax crash course 62 - # ========================== 63 - # # The config file consists of simple key-value pairs, 64 - # # separated by equals signs. 65 - # font-family = Iosevka 66 - # window-padding-x = 2 67 - # 68 - # # Spacing around the equals sign does not matter. 69 - # # All of these are identical: 70 - # key=value 71 - # key= value 72 - # key =value 73 - # key = value 74 - # 75 - # # Any line beginning with a # is a comment. It's not possible to put 76 - # # a comment after a config option, since it would be interpreted as a 77 - # # part of the value. For example, this will have a value of "#123abc": 78 - # background = #123abc 79 - # 80 - # # Empty values are used to reset config keys to default. 81 - # key = 82 - # 83 - # # Some config options have unique syntaxes for their value, 84 - # # which is explained in the docs for that config option. 85 - # # Just for example: 86 - # resize-overlay-duration = 4s 200ms 44 + keybind = alt+shift+left=resize_split:left,10 45 + keybind = alt+shift+down=resize_split:down,10 46 + keybind = alt+shift+up=resize_split:up,10 47 + keybind = alt+shift+right=resize_split:right,10