Skip to content

Instantly share code, notes, and snippets.

@ideamonk
Created November 16, 2012 07:20
Show Gist options
  • Select an option

  • Save ideamonk/4085062 to your computer and use it in GitHub Desktop.

Select an option

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"}
]
@fznx-io

fznx-io commented Aug 1, 2017

Copy link
Copy Markdown

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