34 lines
		
	
	
		
			644 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			644 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# theme
 | 
						|
theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark
 | 
						|
 | 
						|
# cursor
 | 
						|
cursor-style = block
 | 
						|
cursor-style-blink = true
 | 
						|
 | 
						|
# mouse
 | 
						|
mouse-hide-while-typing = true
 | 
						|
 | 
						|
# font stuff
 | 
						|
font-family = JetBrainsMono Nerd Font
 | 
						|
font-size = 15
 | 
						|
font-thicken = true
 | 
						|
bold-is-bright = true
 | 
						|
 | 
						|
# window
 | 
						|
window-height = 36
 | 
						|
window-width = 150
 | 
						|
 | 
						|
# macos send option as alt
 | 
						|
macos-option-as-alt = true
 | 
						|
 | 
						|
# no warning full close
 | 
						|
confirm-close-surface = false
 | 
						|
# quit-after-last-window-closed = true
 | 
						|
 | 
						|
# keybinds
 | 
						|
keybind = global:cmd+enter=new_window
 | 
						|
 | 
						|
# shell integrations for zsh
 | 
						|
# https://ghostty.org/docs/features/shell-integration 
 | 
						|
shell-integration = zsh
 |