Skip to content

Instantly share code, notes, and snippets.

@hedefalk
Last active October 31, 2016 16:17
Show Gist options
  • Save hedefalk/135a8ecdd2f37f73a9a22a3297625e56 to your computer and use it in GitHub Desktop.
Save hedefalk/135a8ecdd2f37f73a9a22a3297625e56 to your computer and use it in GitHub Desktop.
atom jump to buffer offset
var te = atom.workspace.getActiveTextEditor();
te.setCursorBufferPosition(te.getBuffer().positionForCharacterIndex(123123));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment