support windows gvim, who does even need dem bells?
This commit is contained in:
		
							parent
							
								
									1bd1a0711e
								
							
						
					
					
						commit
						077a4088a7
					
				
					 1 changed files with 7 additions and 3 deletions
				
			
		
							
								
								
									
										8
									
								
								gvimrc
									
										
									
									
									
								
							
							
						
						
									
										8
									
								
								gvimrc
									
										
									
									
									
								
							| 
						 | 
					@ -1,9 +1,13 @@
 | 
				
			||||||
" solarized for gvim
 | 
					" solarized for gvim
 | 
				
			||||||
highlight Cursor guibg=#dc322f
 | 
					highlight Cursor guibg=#dc322f guifg=#fdf6e3
 | 
				
			||||||
set guioptions=aegimLl
 | 
					set guioptions=aegimLl
 | 
				
			||||||
set mouse=a
 | 
					set mouse=a
 | 
				
			||||||
 | 
					if has('win32')
 | 
				
			||||||
 | 
					    set guifont=Fantasque_Sans_Mono:h11
 | 
				
			||||||
 | 
					else
 | 
				
			||||||
    set guifont=Fantasque\ Sans\ Mono\ 11
 | 
					    set guifont=Fantasque\ Sans\ Mono\ 11
 | 
				
			||||||
set novb
 | 
					endif
 | 
				
			||||||
 | 
					set noeb vb t_vb=
 | 
				
			||||||
set guicursor=a:block                   "block cursor by default
 | 
					set guicursor=a:block                   "block cursor by default
 | 
				
			||||||
set guicursor+=i:ver1-Cursor/lCursor    "i-beam for insert mode
 | 
					set guicursor+=i:ver1-Cursor/lCursor    "i-beam for insert mode
 | 
				
			||||||
set guicursor+=r:hor1-Cursor/lCursor    "underline for replace
 | 
					set guicursor+=r:hor1-Cursor/lCursor    "underline for replace
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue