Hacker News new | ask | show | jobs
by base698 3979 days ago
What he calls tabs are actually tabs: :tabe create tab :tabn next tab, :tabp previous tab, :tabm move tab.

I have tabn/tabp bound to <leader>l and <leader>h for easy nav and <leader>t for create.

1 comments

Tabs in vim are actually just views of buffers. Ie: a workspace more than an editing window.

Buffers are the proper solution to the mentioned comment.