Zygospore

From WikEmacs
Jump to navigation Jump to search

A simple package for undoing the delete-other-windows command. Convenient for needing more space in one buffer temporarily or not having to worry about losing a specific setup.

Zygospore
Description reversible C-x 1 (delete-other-windows)
Author Louis Kottmann
Maintainer Louis Kottmann
Source https://github.com/LouisKottmann/zygospore.el

Basic setup

(global-set-key (kbd "C-x 1") 'zygospore-toggle-delete-other-windows)