Difference between revisions of "Window"

From WikEmacs
Jump to navigation Jump to search
(page creation)
(No difference)

Revision as of 18:40, 26 March 2012

In Emacs terminology, a "window" is a container in which a buffer is displayed.

When starting an Emacs frame, there is ordinarily only one window in it, which can be split into multiple windows using [C-x 2] or [C-x 3]. This allows viewing different buffers (or multiple times the same buffer) at once


External links

  • GNU Emacs manual:
    • Screen (`(info "(emacs) Screen")')
    • Windows (`(info "(emacs) Windows")')