.vimrc: Use XA_PRIMARY as default clipboard.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.vimrc
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								.vimrc
									
									
									
									
									
								
							@@ -10,6 +10,9 @@ filetype plugin indent on
 | 
				
			|||||||
" Automatically read when a file is changed outside of Vim
 | 
					" Automatically read when a file is changed outside of Vim
 | 
				
			||||||
set autoread
 | 
					set autoread
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" Use XA_PRIMARY clipboard by default
 | 
				
			||||||
 | 
					set clipboard=unnamed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" Enable 256-color support
 | 
					" Enable 256-color support
 | 
				
			||||||
" All of my machines support 256-color so this should be fine
 | 
					" All of my machines support 256-color so this should be fine
 | 
				
			||||||
set t_Co=256
 | 
					set t_Co=256
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user