diff --git a/.vimrc b/.vimrc index 671dc0d..adddfa1 100644 --- a/.vimrc +++ b/.vimrc @@ -5,7 +5,9 @@ call vundle#rc() Bundle 'gmarik/vundle' Bundle 'airblade/vim-gitgutter' +Bundle 'godlygeek/tabular' Bundle 'kien/ctrlp.vim' +Bundle 'puppetlabs/puppet-syntax-vim' Bundle 'tpope/vim-rails' Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround' @@ -57,8 +59,9 @@ imap :w " Leaders (whatever that means) let mapleader = "," -map s :e ~/Source/ +map s :e ~/Source/ map nc :Nyancat +map t :Tabularize / map ts :sp ~/tool-sharpener.txt " Set style diff --git a/tool-sharpener.txt b/tool-sharpener.txt index 81f882e..55b943d 100644 --- a/tool-sharpener.txt +++ b/tool-sharpener.txt @@ -4,3 +4,4 @@ * git checkout bind * vi mode on command line * * set -o vi +* source keybinds