rm mappings for navigating within insert mode
describes the issue with it https://github.com/NvChad/NvChad/issues/1294#issuecomment-1359897212
This commit is contained in:
		
							parent
							
								
									4c3eafbc20
								
							
						
					
					
						commit
						9bd303feee
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -11,12 +11,6 @@ M.general = {
 | 
			
		|||
    -- go to  beginning and end
 | 
			
		||||
    ["<C-b>"] = { "<ESC>^i", "beginning of line" },
 | 
			
		||||
    ["<C-e>"] = { "<End>", "end of line" },
 | 
			
		||||
 | 
			
		||||
    -- navigate within insert mode
 | 
			
		||||
    ["<C-h>"] = { "<Left>", "move left" },
 | 
			
		||||
    ["<C-l>"] = { "<Right>", "move right" },
 | 
			
		||||
    ["<C-j>"] = { "<Down>", "move down" },
 | 
			
		||||
    ["<C-k>"] = { "<Up>", "move up" },
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  n = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue