2009-05-20

Emacs session manager - winring

I came across this site and found this package I've been searching - winring. With it, you can have similar functionality as GNU screen in Emacs.
(setq winring-keymap-prefix "\C-\\")
(require 'winring)
(winring-initialize)
(setq winring-show-names t)
C-\ nCreate a new window configuration
C-\ 2Create a duplicate of the current window configuration
C-\ jJump to a named configuration
C-\ 0Kill the current window configuration and rotate to the previous layout on the ring
C-\ oGo to the next configuration on the ring
C-\ pGo to the previous configuration on the ring
C-\ rRename the current window configuration
C-\ vEcho the winring version
You can see the name of window configuration, here , at the bottom-left corner of every Emacs window.