feat: add ctrl-c keybind to exit insert mode
This commit is contained in:
		
							parent
							
								
									43d6bc66f4
								
							
						
					
					
						commit
						8e35387ae6
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -249,6 +249,7 @@
 | 
			
		|||
        "deinit_command": ["resume_undo_history"],
 | 
			
		||||
        "press": [
 | 
			
		||||
            ["<Esc>", ["move_left_vim"], ["enter_mode", "normal"]],
 | 
			
		||||
            ["<C-c>", ["move_left_vim"], ["enter_mode", "normal"]],
 | 
			
		||||
            ["<Del>", "delete_forward"],
 | 
			
		||||
            ["<BS>", "delete_backward"],
 | 
			
		||||
            ["<CR>", "smart_insert_line"],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue