Giter VIP home page Giter VIP logo

eyebrowse's Introduction

eyebrowse

image

About

eyebrowse is a global minor mode for Emacs that allows you to manage your window configurations in a simple manner. It displays their current state in the modeline by default. The behaviour is modeled after ranger, a file manager written in Python.

Installation

For now installation is only supported via quelpa. Use M-: (quelpa '(eyebrowse :fetcher github :repo "wasamasa/eyebrowse")) and you should be good to go. Installation via MELPA will be supported eventually, too.

Usage

Use M-x eyebrowse-mode to enable eyebrowse interactively. If you want to enable it automatically on startup, add (eyebrowse-mode t) to your init file (either ~/.emacs or ~/.emacs.d/init.el).

The default key bindings are:

Key bind Function
C-c C-' < Switch to previous window config
C-c C-' > Switch to next window config
C-c C-' ' Switch to last window config
C-c C-' " Close current window config
C-c C-' 0 Switch to window config 0
... ...
C-c C-' 9 Switch to window config 9

Further Customization

Use M-x customize-group RET eyebrowse for a list of customizable options. The more interesting ones would be eyebrowse-wrap-around-p and eyebrowse-switch-back-and-forth-p which affect both wrap around and lazier switching.

If you're not happy with the default keybindings, a riskier set can be enabled additionally either by executing M-: (eyebrowse-setup-opinionated-keys) interactively or inserting (eyebrowse-setup-opinionated-keys) in your init file. If the function detects the evil package, it will enable extra key bindings for it as well.

The extra key bindings are:

Key bind Function
C-<, gT Switch to previous window config
C->, gt Switch to next window config
C-', zx Switch to last window config
C-", gc Close current window config
M-0 Switch to window config 0
... ...
M-9 Switch to window config 9

Name

Actually, I wanted to name this mode "eyebrows" for no real reason, but then a silly typo happened. The typo stuck. So did the new name.

eyebrowse's People

Contributors

wasamasa avatar

Watchers

 avatar  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.