Tabs and Panes in Vim

Tabs

  • Create a new Tab with :tabnew
  • Close the tab with :tabclose or :q
  • Cycle through tabs with gt or gT

Panes

  • Split current window with :split
  • Split current window vertically with :vsplit
  • Cycle through the windows with CTRL+Wh,j,k,l