Skip to content

Instantly share code, notes, and snippets.

@ideamonk
Created November 16, 2012 07:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ideamonk/4085062 to your computer and use it in GitHub Desktop.
Save ideamonk/4085062 to your computer and use it in GitHub Desktop.
Disabling arrow keys in Sublime Text 2
[
{ "keys": ["right"], "command": "null"},
{ "keys": ["left"], "command": "null"},
{ "keys": ["up"], "command": "null"},
{ "keys": ["down"], "command": "null"}
]
@fauzan-n
Copy link

fauzan-n commented Aug 1, 2017

then how do you navigate the cursor?

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