Skip to content

Instantly share code, notes, and snippets.

@maxxst
Last active July 27, 2019 10:12
Show Gist options
  • Save maxxst/5969323 to your computer and use it in GitHub Desktop.
Save maxxst/5969323 to your computer and use it in GitHub Desktop.
A keybinding for Sublime Text 3 that makes SHIFT + SPACE move the cursor one character to the right
[
{ "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true} }
]
@poopypackets
Copy link

Awesome! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment