Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.06 KB

elwm

Lightweight window manager for emacs.

This is mostly collection of functions from my own configuration, from http://www.emacswiki.org/, and from all over the web.

Doesn't try to be extremly smart :)

You can:

  • transpose buffers in windows (with the next/previous window or with "master area" window)
  • rotate buffers (move all buffers clockwise to the next window)
  • jump to next/prev/master window (somewhat like C-x o)

Right now supports two layouts:

tile-vertical-left

+-----------+-------------+
|           |      1      |
|           +-------------+
|  master   |      2      |
|           +-------------+
|           |      3      |
+-----------+-------------+


tile-horizontal-top

+-------+---------+-------+
|   1   |    2    |   3   |
|       |         |       |
+-------+---------+-------+
|                         |
|         master          |
+-------------------------+

N.B.: Of course, you can have more or less than 3 stack windows (a.k.a. slave windows sometimes)