install via rake install
build command-t via rake commandt
note: make sure to switch to ruby 1.8.7 before running rake commandt.
Shortcuts (in addition to bindings, some default just as reminder)
normal Mode: gt go to next tab gT go to previous tab {i}gt go to tab in position i cmd-t new tab
Ctrl-PgDn go to next tab (gvim) Ctrl-PgUp go to previous tab (gvim)
:tabs list all tabs including their displayed windows :tabm 0 move current tab to first :tabm move current tab to last :tabm {i} move current tab to position i+1
:tabn go to next tab :tabp go to previous tab :tabfirst go to first tab :tablast go to last tab
:tab ball show each buffer in a tab (up to 'tabpagemax' tabs) :tab help open a new help window in its own tab page :tab drop {file} open {file} in a new tab, or jump to a window/tab containing the file if there is one :tab split copy the current window to a new tab of its own
:tabedit {file} edit specified file in a new tab :tabfind {file} open a new tab with filename given, searching the 'path' to find it :tabclose close current tab :tabclose {i} close i-th tab :tabonly close all other tabs (show only the current tab
p pastes from vim buffer