Skip to content

Instantly share code, notes, and snippets.

@antoniogarrote
Created March 10, 2011 11:11
Show Gist options
  • Save antoniogarrote/863951 to your computer and use it in GitHub Desktop.
Save antoniogarrote/863951 to your computer and use it in GitHub Desktop.
;; Previous window
(global-set-key (kbd "C-x p")
(lambda ()
(interactive)
(other-window -1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment