spacemacs/contrib/ace-window
2015-03-01 00:36:32 -05:00
..
extensions.el
packages.el Tweak ace-window layer 2015-03-01 00:36:32 -05:00
README.md Tweak ace-window layer 2015-03-01 00:36:32 -05:00

Ace-window contribution layer for Spacemacs

Table of Contents

Description

This layer adds support for ace-window.

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(ace-window))

Key bindings

Key Binding Description
SPC b m m swap a buffer with another
SPC w c delete a window (replace delete-window)
SPC w m maximize a window (replace toggle-maximize-buffer)
SPC w w switch to a window (replace other-window)