<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Escreen</id>
	<title>Escreen - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Escreen"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Escreen&amp;action=history"/>
	<updated>2026-04-16T23:05:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Escreen&amp;diff=2672&amp;oldid=prev</id>
		<title>AngelixD: Created page with &quot;{{Package |name=escreen.el |description=Emacs window session manager |author=Noah Friedman |maintainer=Noah Friedman |source=http://www.splode.com/~friedman/software/emacs-lis...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Escreen&amp;diff=2672&amp;oldid=prev"/>
		<updated>2012-04-13T19:12:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Package |name=escreen.el |description=Emacs window session manager |author=Noah Friedman |maintainer=Noah Friedman |source=http://www.splode.com/~friedman/software/emacs-lis...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Package&lt;br /&gt;
|name=escreen.el&lt;br /&gt;
|description=Emacs window session manager&lt;br /&gt;
|author=Noah Friedman&lt;br /&gt;
|maintainer=Noah Friedman&lt;br /&gt;
|source=http://www.splode.com/~friedman/software/emacs-lisp/src/escreen.el&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Escreen is a window multiplexer for Emacs.&lt;br /&gt;
&lt;br /&gt;
== Basic setup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(require 'escreen)&lt;br /&gt;
(escreen-install)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Helpful keybindings ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-\ C-b|escreen-menu}}&lt;br /&gt;
:  Escreen menu.  Describes the open windows and numbers.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-\ p|escreen-goto-prev-screen}}&lt;br /&gt;
:  Go to previous screen.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-\ n|escreen-goto-next-screen}}&lt;br /&gt;
:  Go to next screen.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-\ &amp;lt;n&amp;gt;|escreen-goto-screen-&amp;lt;n&amp;gt;}}&lt;br /&gt;
:  Go to screen number &amp;lt;n&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
== Common Customization ==&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Use {{Keys|C-z}} as your Escreen command prefix  ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(define-key global-map (kbd &amp;quot;C-z&amp;quot;) nil)&lt;br /&gt;
(setq escreen-prefix-char (kbd &amp;quot;C-z&amp;quot;))&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Go back with backspace ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(define-key escreen-map (kbd &amp;quot;&amp;lt;backspace&amp;gt;&amp;quot;) 'escreen-goto-prev-screen)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Add the screen number to the mode line ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(add-hook 'escreen-goto-screen-hook&lt;br /&gt;
          'escreen-enable-number-mode-if-more-than-one-screen)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Third Party Package]]&lt;br /&gt;
[[Category:Project Management]]&lt;/div&gt;</summary>
		<author><name>AngelixD</name></author>
	</entry>
</feed>