Define backspace deletion scope in .vimrc
This commit is contained in:
		
							parent
							
								
									e0ac2fbeac
								
							
						
					
					
						commit
						14bfab8235
					
				@ -16,17 +16,19 @@ set mouse=a
 | 
				
			|||||||
" Enable Syntax Highlighting in Vim
 | 
					" Enable Syntax Highlighting in Vim
 | 
				
			||||||
syntax on
 | 
					syntax on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" Fix plugin compatibility issues
 | 
				
			||||||
set nocp
 | 
					set nocp
 | 
				
			||||||
 | 
					" Allow backspace to remove all types of characters
 | 
				
			||||||
 | 
					set backspace=indent,eol,start
 | 
				
			||||||
" set rtp+=/path/to/rtp/that/included/pathogen/vim " if needed
 | 
					" set rtp+=/path/to/rtp/that/included/pathogen/vim " if needed
 | 
				
			||||||
" Enable Pathogen plugin manager
 | 
					" Enable Pathogen plugin manager
 | 
				
			||||||
execute pathogen#infect()
 | 
					execute pathogen#infect()
 | 
				
			||||||
filetype plugin indent on
 | 
					filetype plugin indent on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" Custom Keybindings
 | 
					" Custom Keybindings
 | 
				
			||||||
" nnoremap <NEW> <OLD>
 | 
					" nnoremap <C-e> <C-w> " Modify and remove leading quotation
 | 
				
			||||||
"" nnoremap <C-e> <C-w>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
" Set window jumping to custom binding
 | 
					" Set window jump to custom binding
 | 
				
			||||||
" default Ctrl-W conflict - closes browser tabs
 | 
					" default Ctrl-W conflict - closes browser tabs
 | 
				
			||||||
nnoremap <C-e> <C-w>
 | 
					nnoremap <C-e> <C-w>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user