vim: use ctrl-c ctrl-v clipboard, not X11 middle click one
This commit is contained in:
		
							parent
							
								
									94aa73b2c0
								
							
						
					
					
						commit
						ba828329a9
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -37,7 +37,9 @@ set autoindent
 | 
			
		|||
set history=1000
 | 
			
		||||
" set cursorline
 | 
			
		||||
" use system clipboard as default buffer
 | 
			
		||||
set clipboard=unnamed
 | 
			
		||||
" unnamedplus corresponds to the + register on Linux,
 | 
			
		||||
" representing system clipboard (not X11 clipboard)
 | 
			
		||||
set clipboard=unnamedplus
 | 
			
		||||
 | 
			
		||||
" set expandtab
 | 
			
		||||
set shiftwidth=4
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue