Merge branch 'master' of https://git.rayelliott.dev/dots/nvim
This commit is contained in:
		
						commit
						2ada6bffcf
					
				
							
								
								
									
										8
									
								
								init.vim
								
								
								
								
							
							
						
						
									
										8
									
								
								init.vim
								
								
								
								
							| 
						 | 
					@ -205,8 +205,8 @@ set lazyredraw
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set title
 | 
					set title
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" the ;/home/ray tells vim to stop searching at /home/ray
 | 
					" the ;/home/* tells vim to stop searching at /home/* (I hope!)
 | 
				
			||||||
set tags+=./.tags,.tags,./tags-py,.tags-py;/home/ray/
 | 
					set tags=./.tags,.tags,./tags-external,.tags-external;/home/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" persisitent undo file
 | 
					" persisitent undo file
 | 
				
			||||||
set undofile
 | 
					set undofile
 | 
				
			||||||
| 
						 | 
					@ -390,7 +390,9 @@ nnoremap <space>qn :cnewer<CR>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"}}}
 | 
					"}}}
 | 
				
			||||||
"   insert mode mappings {{{
 | 
					"   insert mode mappings {{{
 | 
				
			||||||
inoremap jkrg     <c-o>:reg<cr>
 | 
					inoremap jj;      <Esc>A;<Esc>
 | 
				
			||||||
 | 
					inoremap jj,      <Esc>A,<Esc>
 | 
				
			||||||
 | 
					inoremap jjrg     <c-o>:reg<cr>
 | 
				
			||||||
inoremap :w<cr>   :w<cr>
 | 
					inoremap :w<cr>   :w<cr>
 | 
				
			||||||
inoremap [:w<cr>   :w<cr>
 | 
					inoremap [:w<cr>   :w<cr>
 | 
				
			||||||
inoremap {:w<cr>   :w<cr>
 | 
					inoremap {:w<cr>   :w<cr>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -89,3 +89,5 @@ Figma
 | 
				
			||||||
Mapbox
 | 
					Mapbox
 | 
				
			||||||
src
 | 
					src
 | 
				
			||||||
alt
 | 
					alt
 | 
				
			||||||
 | 
					Gitea
 | 
				
			||||||
 | 
					analytics
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue