Skip to content

Instantly share code, notes, and snippets.

@eculver
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eculver/11264315 to your computer and use it in GitHub Desktop.
Save eculver/11264315 to your computer and use it in GitHub Desktop.
Shell Notes: Install Command-T
# in .vimrc install w/ Vundle/Pathogen/etc
# Bundle "command-t"
# build the extension
cd ~/.vimrc/bundle/command-t/ruby/command-t
ruby extconf.rb
make
# restart vim
# this is in the README: http://www.vim.org/scripts/script.php?script_id=3025
# and in the docs: help command-t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment