Added supertab plugin

This commit is contained in:
Brandon Cornejo 2013-03-28 14:24:42 -05:00
parent 62f5c8eede
commit 17b922b11b
3 changed files with 4 additions and 0 deletions

0
install.sh Normal file → Executable file
View File

View File

@ -2,6 +2,9 @@
set-option -g prefix C-a
bind-key C-a last-window
# set default shell
set-option -g default-shell /bin/zsh
# Window size constraints
setw -g aggressive-resize on

1
vimrc
View File

@ -57,6 +57,7 @@ Bundle 'fholgado/minibufexpl.vim.git'
Bundle 'Lokaltog/vim-powerline.git'
Bundle 'Lokaltog/vim-distinguished.git'
Bundle 'scrooloose/nerdtree.git'
Bundle 'ervandew/supertab.git'
" toggle showing nerd-tree
:nmap <leader>e :NERDTreeToggle<CR>