Skip to content

Instantly share code, notes, and snippets.

@banister
Created May 24, 2013 01:33
Show Gist options
  • Select an option

  • Save banister/5640741 to your computer and use it in GitHub Desktop.

Select an option

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