23 lines
		
	
	
		
			555 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			555 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [
 | |
| 	{ 
 | |
| 		"keys": ["super+;", "<character>"], 
 | |
| 		"command": "easy_motion",
 | |
|         "args": {"select_text": false}
 | |
| 	},
 | |
|     { 
 | |
|         "keys": ["super+;", "enter"], 
 | |
|         "command": "easy_motion",
 | |
|         "args": {"select_text": false, "character": "enter"}
 | |
|     },
 | |
|     { 
 | |
|         "keys": ["super+shift+;", "<character>"], 
 | |
|         "command": "easy_motion",
 | |
|         "args": {"select_text": true}
 | |
|     },
 | |
|     { 
 | |
|         "keys": ["super+shift+;", "enter"], 
 | |
|         "command": "easy_motion",
 | |
|         "args": {"select_text": true, "character": "enter"}
 | |
|     }
 | |
| ]
 |