Gauthier
Gauthier

Reputation: 41945

emacs windows, distribute the width through the frame

I used once a very nice emacs function that set all my windows (emacs windows, not frames) width evenly.

If you open emacs and do C-x 3 twice in a row, you get three vertical windows. Then running the function I am looking for makes the width of these windows the same.

I can't for the life of me find this function again. Wouldn't someone help me to:

Thanks!

Upvotes: 13

Views: 877

Answers (1)

NG.
NG.

Reputation: 22904

You're looking for M-x balance-windows.

Upvotes: 20

Related Questions