update
This commit is contained in:
		
							parent
							
								
									ca0d4faec4
								
							
						
					
					
						commit
						bde11a8bd6
					
				
					 3 changed files with 9 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -15,6 +15,9 @@
 | 
			
		|||
(map! [n :noremap] :<leader>fh "<cmd>Telescope help_tags<CR>")
 | 
			
		||||
(map! [n :noremap] :<leader>fk "<cmd>Telescope keymaps<CR>")
 | 
			
		||||
 | 
			
		||||
(map! [n :noremap] :<leader>tt "<cmd>terminal<CR>")
 | 
			
		||||
(map! [n :noremap] :<C-Space> "<cmd>bprev<CR>")
 | 
			
		||||
 | 
			
		||||
; remap keys so that they dont skip camelCase
 | 
			
		||||
(map! [n :noremap :silent] :w "<Plug>CamelCaseMotion_w")
 | 
			
		||||
(map! [n :noremap :silent] :b "<Plug>CamelCaseMotion_b")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,6 +28,10 @@
 | 
			
		|||
(set! incsearch true)	; incramentally search
 | 
			
		||||
(set! autoindent true)
 | 
			
		||||
(set! wildmode "longest,list")
 | 
			
		||||
(set! inccommand :split)
 | 
			
		||||
 | 
			
		||||
; (lua "opt.formatoptions:remove \"o\"")
 | 
			
		||||
 | 
			
		||||
(set! mouse :v)
 | 
			
		||||
(set! mouse :a)
 | 
			
		||||
; (set! clipboard :unnamedplus) ; use system clipboard
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue