Comment tab support (Score 1) 702
Tab support is one of the most useful features for me.
Launch "vim -p <multiple files>" and map some commands for ease of use:
:map th :tabnext<CR>
:map tl :tabprev<CR>
:map tn :tabnew<CR>
:map td :tabclose<CR>
Launch "vim -p <multiple files>" and map some commands for ease of use: