← Back to Users
merer's activity in the archive.
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>
Tab support is one of the most useful features for me.
: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: