Skip to content

Instantly share code, notes, and snippets.

@RhydianJenkins
Created March 26, 2022 22:29
Show Gist options
  • Save RhydianJenkins/b35906dba3201a250c555428c3a3b9c1 to your computer and use it in GitHub Desktop.
Save RhydianJenkins/b35906dba3201a250c555428c3a3b9c1 to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+oem_4",
"command": "spaceBlockJumper.moveUp",
"when": "textInputFocus",
},
{
"key": "ctrl+oem_6",
"command": "spaceBlockJumper.moveDown",
"when": "textInputFocus",
},
{
"key": "ctrl+shift+oem_4",
"command": "spaceBlockJumper.selectUp",
"when": "textInputFocus",
},
{
"key": "ctrl+shift+oem_6",
"command": "spaceBlockJumper.selectDown",
"when": "textInputFocus",
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment