Compare commits
	
		
			No commits in common. "3711b252255509fec62de54c8f2fcd2cda42ae10" and "d49756c711bd8c550612c254b71ccb3367bb225f" have entirely different histories.
		
	
	
		
			3711b25225
			...
			d49756c711
		
	
		
| @ -6,10 +6,10 @@ | |||||||
| #: individual font faces and even specify special fonts for particular | #: individual font faces and even specify special fonts for particular | ||||||
| #: characters. | #: characters. | ||||||
| 
 | 
 | ||||||
| font_family      Iosevka Term | font_family      Termsyn Regular | ||||||
| bold_font        Iosevka Term Bold | bold_font        Termsyn Bold | ||||||
| italic_font      Iosevka Term Italic | italic_font      auto | ||||||
| bold_italic_font Iosevka Term Bold Italic | bold_italic_font auto | ||||||
| 
 | 
 | ||||||
| #: You can specify different fonts for the bold/italic/bold-italic | #: You can specify different fonts for the bold/italic/bold-italic | ||||||
| #: variants. To get a full list of supported fonts use the `kitty | #: variants. To get a full list of supported fonts use the `kitty | ||||||
| @ -230,7 +230,7 @@ pointer_shape_when_grabbed arrow | |||||||
| 
 | 
 | ||||||
| #: Performance tuning {{{ | #: Performance tuning {{{ | ||||||
| 
 | 
 | ||||||
| repaint_delay 30 | repaint_delay 10 | ||||||
| 
 | 
 | ||||||
| #: Delay (in milliseconds) between screen updates. Decreasing it, | #: Delay (in milliseconds) between screen updates. Decreasing it, | ||||||
| #: increases frames-per-second (FPS) at the cost of more CPU usage. | #: increases frames-per-second (FPS) at the cost of more CPU usage. | ||||||
|  | |||||||
| @ -7,7 +7,7 @@ bind C-x send-prefix | |||||||
| set -g bell-action any | set -g bell-action any | ||||||
| 
 | 
 | ||||||
| ## Set default terminal | ## Set default terminal | ||||||
| set -g default-terminal "screen-256color" | set -g default-terminal "xterm-kitty" | ||||||
| set -ga terminal-overrides ",xterm-kitty:Tc" | set -ga terminal-overrides ",xterm-kitty:Tc" | ||||||
| 
 | 
 | ||||||
| # i3 split bindings | # i3 split bindings | ||||||
|  | |||||||
| @ -41,10 +41,8 @@ Plug 'cocopon/iceberg.vim' | |||||||
| call plug#end() | call plug#end() | ||||||
| ""Colors | ""Colors | ||||||
| colorscheme iceberg | colorscheme iceberg | ||||||
|  | "set t_Co=256 | ||||||
| set termguicolors | set termguicolors | ||||||
| ""Sets the colorscheme in tmux |  | ||||||
| let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum" |  | ||||||
| let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum" |  | ||||||
| ""Quitting whether Goyo is active or not | ""Quitting whether Goyo is active or not | ||||||
| function! g:Goyo_before() | function! g:Goyo_before() | ||||||
|   let b:quitting = 0 |   let b:quitting = 0 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user