Sunday, January 23, 2011

Its That Of Vim Buffer Foliding Command Trick

:bn - goto next buffer
:bp - goto previous buffer
-PgUp - goto next buffer
-PgDn - goto next buffer

:tabe - open a tab before this one.
:tabc - close current tab
:tabo - close other tabs
gt - switches to next tab
gT - switch to previous tab

za - toggle current fold closed or open
zr - open one folding level
zm - close one folding level
zM - close all folds
zO - open all folds


zo

No comments: