From 17b922b11b5699631c0b1c6f9675e5069363a9b9 Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Thu, 28 Mar 2013 14:24:42 -0500 Subject: [PATCH] Added supertab plugin --- install.sh | 0 tmux.conf | 3 +++ vimrc | 1 + 3 files changed, 4 insertions(+) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 diff --git a/tmux.conf b/tmux.conf index c93bf4b..1e7ff09 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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 diff --git a/vimrc b/vimrc index fe1e8be..f32c519 100644 --- a/vimrc +++ b/vimrc @@ -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 e :NERDTreeToggle