Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mun2mun
on Aug 30, 2009
|
parent
|
context
|
favorite
| on:
Ask HN: Best code editor?
I have added these line in my .vimrc.
map th :tabnext<CR> map tl :tabprev<CR> map tn :tabnew<CR> map td :tabclose<CR>
greyfade
on Sept 2, 2009
[–]
Why th and tl? You already have gt and gT.
mun2mun
on Sept 5, 2009
|
parent
[–]
Well just binding it to h/l combination. Easy to follow.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
map th :tabnext<CR> map tl :tabprev<CR> map tn :tabnew<CR> map td :tabclose<CR>