Hacker News new | ask | show | jobs
by mun2mun 6135 days ago
I have added these line in my .vimrc.

map th :tabnext<CR> map tl :tabprev<CR> map tn :tabnew<CR> map td :tabclose<CR>

1 comments

Why th and tl? You already have gt and gT.
Well just binding it to h/l combination. Easy to follow.