Slashdot Mirror


User: merer

merer's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. tab support on (Useful) Stupid Vim Tricks? · · Score: 1

    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>