Skip to content

Instantly share code, notes, and snippets.

@banister
Created May 24, 2013 01:33
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 banister/5640741 to your computer and use it in GitHub Desktop.
Save banister/5640741 to your computer and use it in GitHub Desktop.
(global-set-key (kbd "C-i") (lambda () (interactive) (save-excursion (forward-line -1) (goto-char (point-at-bol)) (skip-syntax-forward "-") (current-column))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment