An open API service indexing awesome lists of open source software.

https://github.com/manateelazycat/toggle-one-window

Toggle between window layout and one window.
https://github.com/manateelazycat/toggle-one-window

Last synced: 8 months ago
JSON representation

Toggle between window layout and one window.

Awesome Lists containing this project

README

          

# What is toggle-one-window?
We often focus on reading the content in current window, hoping to temporarily maximize the current window, after reading the content, restore the window layout.

toggle-one-window mainly solves the use of scenes,the first call save the current window layout configuration and delete other windows, and second call will restore the window layout before the maximum operation.

## Installation
1. Clone or download this repository (path of the folder is the `` used below).
2. In your `~/.emacs`, add the following two lines:
```elisp
(add-to-list 'load-path "") ; add toggle-one-window to your load-path
(require 'toggle-one-window)
```

## Usage
* toggle-one-window