Git Product home page Git Product logo

emacs-mission-control's Introduction

Misson control

This package provides a macOS mission-control-like way to switch between buffers.

mission control:

mcon-swith to open preview panel, use number to select buffer to switch to.

./mcon.gif

C TAB:

Press mcon-c-tab (C-S-tab on terminal) (mcon-c-tab-graphic) to open preview panel, mcon-c-tab (C-S-tab) to loop through them. After mcon-c-tab-timeout seconds of idle buffer will switch to the selected one.

./c-tab.gif

Install

(require 'mission-control)
;; to use mcon-c-tab
(mcon-c-tab-setup-binding)

Functions

mcon-switch
switch between buffers
mcon-c-tab-graphic
switch between buffers. You can’t directly call this function though. Configure mcon-c-tab-key-list and call mcon-c-tab-setup-binding to bind keys.
mcon-c-tab-setup-binding
Bing keys in mcon-c-tab-key-list.

Customizations

mcon-black-list-regexp
Buffers that match regexps inside this list are note included in mission control.
mcon-number-face
Face of numbers on the modeline on each window.
mcon-thumbnail-font
Font of each preview window.
mcon-c-tab-timeout
Idle time before switch to selected buffer.
mcon-c-tab-max-buffer
Maximum number of buffers that mcon-c-tab will show.
mcon-c-tab-height-ratio
Ratio of height of preview frame to original frame.
mcon-c-tab-number-face
Face of numbers on the modeline on each window.
mcon-c-tab-thumbnail-font
Font of each preview window.
mcon-c-tab-key-list
A list of key sequences to invoke mcon-c-tab functions.
mcon-c-tab-initial-selection-off-set
0 means select original buffer, 1 means select the second one, etc.

mcon-c-tab shares mcon-black-list-regexp

emacs-mission-control's People

Contributors

casouri avatar

Watchers

James Cloos avatar Eric Crosson 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.