Skip to content

Instantly share code, notes, and snippets.

@k-bx
Created October 15, 2012 16:32
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 k-bx/3893458 to your computer and use it in GitHub Desktop.
Save k-bx/3893458 to your computer and use it in GitHub Desktop.
emacs get into previous window
;;;; get back
(defun frame-bck()
(interactive)
(other-window -1))
(global-set-key [?\C-x ?\O] 'frame-bck)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment