16 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[
 | 
						|
   { "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
 | 
						|
   { "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} },
 | 
						|
   { "keys": ["ctrl+tab"], "command": "next_view" },
 | 
						|
   { "keys": ["ctrl+shift+tab"], "command": "prev_view" },
 | 
						|
   { "keys": ["ctrl+shift+x"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
 | 
						|
   { "keys": ["alt+keypad_plus"], "command": "jump_forward" },
 | 
						|
   { "keys": ["alt+="], "command": "jump_forward" },
 | 
						|
   // { "keys": ["ctrl+b"], "command": "none" },
 | 
						|
   { "keys": ["ctrl+keypad_enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} },
 | 
						|
   // { "keys": ["shift+tab"], "command": "insert", "args": {"characters": "\t"} },
 | 
						|
   // { "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "\t", "exact": true} } // can't unset this. fuck you.
 | 
						|
   { "keys": ["ctrl+alt+n"], "command": "new_snippet" },
 | 
						|
   { "keys": ["ctrl+alt+f"], "command": "auto_indent" },
 | 
						|
]
 |