The Computer Oracle

How to refresh vim layout when split

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 5 Looping

--

Chapters
00:00 How To Refresh Vim Layout When Split
00:19 Accepted Answer Score 47
00:46 Thank you

--

Full question
https://superuser.com/questions/254286/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#vim #layout

#avk47



ACCEPTED ANSWER

Score 47


CTRL+W is all things splits:

  • CTRL+W,+ - enlarges the current split panel
  • CTRL+W,- - shrinks the current split panel
  • CTRL+W,= - evens the split panels size
  • CTRL+W,CTRL+W - moves the focus to the next split panel

I believe you're looking for CTRL+W,=