Skip to content

Instantly share code, notes, and snippets.

@lg0
Created September 23, 2012 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lg0/3772014 to your computer and use it in GitHub Desktop.
Save lg0/3772014 to your computer and use it in GitHub Desktop.
fix keyboard shortcut [control+n], move cursor to next line for sublime text 2 on mac osx(open new file by default), just like [control+p] move up one line.
[
{ "keys": ["ctrl+n"], "command": "move", "args": {"by": "lines", "forward": true} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment