fix: emacs mode
This commit is contained in:
		
							parent
							
								
									c909a2a50a
								
							
						
					
					
						commit
						ec75b5ca6a
					
				
					 1 changed files with 11 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -1,17 +1,16 @@
 | 
			
		|||
{
 | 
			
		||||
    "base": {
 | 
			
		||||
        "syntax": "vim",
 | 
			
		||||
    "normal": {
 | 
			
		||||
        "press": [
 | 
			
		||||
            ["<C-a>", "cursor_line_start"],
 | 
			
		||||
            ["<C-e>", "cursor_line_end"],
 | 
			
		||||
            ["<C-b>", "cursor_left"],
 | 
			
		||||
            ["<C-f>", "cursor_right"],
 | 
			
		||||
            ["<C-p>", "cursor_up"],
 | 
			
		||||
            ["<C-n>", "cursor_down"],
 | 
			
		||||
            ["<C-x><C-s>", "save"],
 | 
			
		||||
            ["<C-x><C-c>", "quit"],
 | 
			
		||||
            ["<C-x>b", "open_recent_files"],
 | 
			
		||||
            ["<A-x>", "open_command_palette"]
 | 
			
		||||
            ["ctrl+a", "smart_move_begin"],
 | 
			
		||||
            ["ctrl+e", "move_end"],
 | 
			
		||||
            ["ctrl+b", "move_left"],
 | 
			
		||||
            ["ctrl+f", "move_right"],
 | 
			
		||||
            ["ctrl+p", "move_up"],
 | 
			
		||||
            ["ctrl+n", "move_down"],
 | 
			
		||||
            ["ctrl+x>ctrl+s", "save"],
 | 
			
		||||
            ["ctrl+x>ctrl+c", "quit"],
 | 
			
		||||
            ["ctrl+x>b", "open_recent"],
 | 
			
		||||
            ["alt+x", "open_command_palette"]
 | 
			
		||||
        ]
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue