TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Zero-Index Tabs in Vim (NerdTREE)

1 pointsby frankel0about 11 years ago
Does anyone know a way to zero-index tabs in Vim?<p>For example, they currently can be navigated by `1gt`, `2gt`, etc. and my brain can&#x27;t handle that the first tab is tab one.<p>I didn&#x27;t see anyone else with this issue so I figured I would throw it up here.

1 comment

jvreelandabout 11 years ago
Not without changing the source or writing a new function&#x2F;remapping the command.<p>What does this have to do with NERDTree?