.. | ||
extensions.el | ||
packages.el | ||
README.md |
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 ) |