26 lines
		
	
	
		
			978 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			978 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [
 | |
|     { "keys": ["ctrl+c", "ctrl+n"], "command": "headline_move",
 | |
|       "args": {"forward": true, "same_level": false}, "context":
 | |
|         [
 | |
|             { "key": "selector", "operator": "equal", "operand": "text.html.markdown" }
 | |
|         ]
 | |
|     },
 | |
|     { "keys": ["ctrl+c", "ctrl+p"], "command": "headline_move",
 | |
|       "args": {"forward": false, "same_level": false}, "context":
 | |
|         [
 | |
|             { "key": "selector", "operator": "equal", "operand": "text.html.markdown" }
 | |
|         ]
 | |
|     },
 | |
|     { "keys": ["ctrl+c", "ctrl+f"], "command": "headline_move",
 | |
|       "args": {"forward": true, "same_level": true}, "context":
 | |
|         [
 | |
|             { "key": "selector", "operator": "equal", "operand": "text.html.markdown" }
 | |
|         ]
 | |
|     },
 | |
|     { "keys": ["ctrl+c", "ctrl+b"], "command": "headline_move",
 | |
|       "args": {"forward": false, "same_level": true}, "context":
 | |
|         [
 | |
|             { "key": "selector", "operator": "equal", "operand": "text.html.markdown" }
 | |
|         ]
 | |
|     }
 | |
| ] |