Zygospore
Jump to navigation
Jump to search
Description | reversible C-x 1 (delete-other-windows) |
---|---|
Author | Louis Kottmann |
Maintainer | Louis Kottmann |
Source | https://github.com/LouisKottmann/zygospore.el |
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.
Basic setup
(global-set-key (kbd "C-x 1") 'zygospore-toggle-delete-other-windows)