GithubHelp home page GithubHelp logo

standardgalactic / emacs-window-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kiwanami/emacs-window-manager

0.0 2.0 0.0 311 KB

Customizable window manager for emacs

Makefile 0.29% Emacs Lisp 93.62% Gherkin 6.10%

emacs-window-manager's Introduction

E2WM : Equilibrium Emacs Window Manager

E2WM is a window manager for Emacs. It enables to customize the place of pop-up window, how the windows are split, how the buffers are located in the windows, keybinds to manipulate windows and buffers, etc. It also has plug-ins to help your Emacs life.

Buffer history

Buffers that you edit is recorded in a special history. It will help you to go back and forth to edit these buffers.

Perspective

Depending on the kind of your task, you can change how the windows are split. Following the term from Eclipse, it is called perspective. E2WM has the following perspectives by default.

Code perspective

code perspective

Place a buffer for reading/writing code at center and helper plug-ins around of it.

Two / HTwo perspective

two perspective

Show two buffers by splitting left and right (two) or top and bottom (htwo).

Doc perspective

doc perspective

Read long code or document in the follow-mode.

Dashboard perspective

dashboard

Put the buffers you want see occasionally.

Array perspective

array

Show all the buffers you have and help searching for the buffer you are looking for visually.

Emacs DBI

Emacs DBI

Emacs DBI (Database Interface for Emacs Lisp) has it's own perspective to manipulate database.

See also emacs-edbi.

Customize

Perspective is highly customizable. You don't need to split windows by yourself anymore; let E2WM do the job!

Plug-ins

E2WM can have windows which have a specific function, something like Eclipse's "view". It is called plug-in. E2WM has the following plug-ins by default. (Yes, you can create your own plug-ins also.)

history-list

history-list plug-in

history-list2 plug-in

Show buffer history.

files (dired)

files plug-in

A list of files in the current directory.

imenu

imenu plug-in

Show the outline of the current code and the current position on it using Imenu.

Install

Put e2wm.el and window-layout.el in your load-path. This is a very simple setting example:

(require 'e2wm)
(global-set-key (kbd "M-+") 'e2wm:start-management)

Have a look at e2wm-config.el to see how to customize E2WM.

Warning: E2WM overrides Emacs lisp functions which is related to window manipulation. It is possible that E2WM does not work in your environment. It is recommended to test if E2WM works find before use it to serious files.

Usage

TODO...

License

License GPL v3

Repository http://github.com/kiwanami/emacs-window-manager

SAKURAI, Masashi m.sakurai atmark kiwanami.net

emacs-window-manager's People

Contributors

aki2o avatar cola-zero avatar kiwanami avatar lurdan avatar proofit404 avatar tkf avatar toshia avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.