Hacker News new | ask | show | jobs
Ask HN: Zero-Index Tabs in Vim (NerdTREE)
1 points by frankel0 4491 days ago
Does anyone know a way to zero-index tabs in Vim?

For example, they currently can be navigated by `1gt`, `2gt`, etc. and my brain can't handle that the first tab is tab one.

I didn't see anyone else with this issue so I figured I would throw it up here.

1 comments

Not without changing the source or writing a new function/remapping the command.

What does this have to do with NERDTree?