Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 738 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 738 Bytes

#argloco

Vim plugin that extends Taboo.vim as a project setup utility for setting up named tabs.

#commands provided

  • GoForth Traverse forwards the argument list
  • GoBackth Traverse backwards the argument list

When either command is used inside of a 'taboo' tab, traverse the tabpage's local arguments-list.

Used elsewhere -- not in a 'taboo' tab -- fall back to vim's usual argument list traversal methods N and n.

  • ArgLoco

Recieves a list of lists. The sublists should each have 2 items, both string. The first item on each list is the tab name. The second item is used to set the argument list for that tab.

gcmt/taboo.vim is being used to create the named tabs, thus it is required.

Plug 'gcmt/taboo.vim'