Added configuration for mapleader
This commit is contained in:
		
							
								
								
									
										7
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								vimrc
									
									
									
									
									
								
							@@ -154,3 +154,10 @@ endfunction
 | 
				
			|||||||
map <F2> :call PasteToggle()<CR>
 | 
					map <F2> :call PasteToggle()<CR>
 | 
				
			||||||
imap <F2> <c-o>:call PasteToggle()<CR>
 | 
					imap <F2> <c-o>:call PasteToggle()<CR>
 | 
				
			||||||
set pastetoggle=<F2>
 | 
					set pastetoggle=<F2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" ------[ Mapping ] ----------------------------------------------
 | 
				
			||||||
 | 
					let mapleader = ","
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					map <Leader>ve :edit ~/.vimrc<CR>
 | 
				
			||||||
 | 
					map <Leader>ne :edit ~/.notes<CR>
 | 
				
			||||||
 | 
					map <Leader>te :edit ~/.todo-perso<CR>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user