Learn Vim (@learnvim) 's Twitter Profile
Learn Vim

@learnvim

Vim tips + tricks
Want to support this page AND learn Vim?
Check out
leanpub.com/gourmetvim
OR
leanpub.com/learnvim

Owned by @iggredible

ID: 1199174884422799360

calendar_today26-11-2019 03:57:42

1,1K Tweet

11,11K Takipçi

18 Takip Edilen

Learn Vim (@learnvim) 's Twitter Profile Photo

= is the filter operator (by default it indents). If you want to indent the entire buffer, run: gg=G - gg goes to the top - =G indent operator + all the way to the bottom Use `` to go back to the original location. Try: gg=G`` More: stackoverflow.com/questions/5060… :h = #vim