28 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # shell
 | |
| shell .
 | |
| 
 | |
| # mute bell
 | |
| enable_audio_bell no
 | |
| 
 | |
| # Remove close window confirm
 | |
| confirm_os_window_close 0
 | |
| 
 | |
| # Font config
 | |
| font_family      Fira Code
 | |
| bold_font        Fira Code
 | |
| italic_font      Fira Code
 | |
| bold_italic_font Fira Code
 | |
| 
 | |
| # Emoji font
 | |
| # Symbols Nerd Font Mono
 | |
| font_size 14.0
 | |
| 
 | |
| # Window padding
 | |
| window_padding_width 10
 | |
| 
 | |
| # Zoom mapping
 | |
| map ctrl+kp_add change_font_size all +2.0
 | |
| map ctrl+kp_minus change_font_size all -2.0
 | |
| 
 | |
| include themes/macchiato.conf
 |