purcell / switch-window

Offer a *visual* way to choose a window to switch to

Home Page:http://tapoueh.org/projects.html#sec19

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

switch-window

Window switching, the visual way.

Check out this screenshot, then install the switch-window.el file here (with El-Get or MELPA it’s even easier).

Installation

Rebind your C-x o key:

(global-set-key (kbd "C-x o") 'switch-window)

If you do not use El-Get or ELPA, you need to require the package first:

(require 'switch-window)

About

Offer a *visual* way to choose a window to switch to

http://tapoueh.org/projects.html#sec19


Languages

Language:Emacs Lisp 100.0%