# ghostty config do guto shell-integration = zsh shell-integration-features = cursor,sudo,title mouse-hide-while-typing = true mouse-scroll-multiplier = 2 bold-is-bright = true scrollback-limit = 4200 copy-on-select = clipboard #clipboard-paste-protection = true #clipboard-trim-trailing-spaces = true #macos-auto-secure-input = true #macos-secure-input-indication = true window-padding-balance = true window-save-state = always window-width = 143 window-height = 41 window-padding-x = 4 window-vsync = true window-inherit-font-size = true #adjust-underline-position = 40% #adjust-underline-thickness = -60% #adjust-cursor-thickness = 3 #selection-background = 1d3c3b #selection-foreground = eeeeee macos-titlebar-style=transparent background-opacity = 0.95 #cursor-style = block #cursor-style-blink = false #adjust-cell-height = 35% font-family = "VictorMono Nerd Font" font-style = Light font-size = 16 font-feature = -liga link-url = true # reload keybind = ctrl+s>r=reload_config # window keybind = cmd+s>x=close_surface keybind = cmd+s>n=new_window # tabs keybind = cmd+s>c=new_tab keybind = cmd+s>shift+l=next_tab keybind = cmd+s>shift+h=previous_tab keybind = cmd+s>comma=move_tab:-1 keybind = cmd+s>period=move_tab:1 # quick tab switch keybind = cmd+s>1=goto_tab:1 keybind = cmd+s>2=goto_tab:2 keybind = cmd+s>3=goto_tab:3 keybind = cmd+s>4=goto_tab:4 keybind = cmd+s>5=goto_tab:5 keybind = cmd+s>6=goto_tab:6 keybind = cmd+s>7=goto_tab:7 keybind = cmd+s>8=goto_tab:8 keybind = cmd+s>9=goto_tab:9 # split keybind = cmd+s>\=new_split:right keybind = cmd+s>-=new_split:down keybind = cmd+s>j=goto_split:bottom keybind = cmd+s>k=goto_split:top keybind = cmd+s>h=goto_split:left keybind = cmd+s>l=goto_split:right keybind = cmd+s>z=toggle_split_zoom keybind = cmd+s>e=equalize_splits
{}