Whitespace stuff

This commit is contained in:
Andrew Tomaka 2013-08-06 04:13:10 -04:00
parent 2ab837ae9e
commit eb5598f7e7
2 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,7 @@ alias gr="git reset"
alias grh="git reset --hard"
alias grm="git rm"
alias gs="git status"
alias gw="git diff --check"
alias Grep='grep'
alias l="ls"
alias ll="ls -lv --human-readable --color=auto"

2
.vimrc
View file

@ -5,6 +5,7 @@ call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'airblade/vim-gitgutter'
Bundle 'bronson/vim-trailing-whitespace'
Bundle 'godlygeek/tabular'
Bundle 'kien/ctrlp.vim'
Bundle 'nathanaelkane/vim-indent-guides'
@ -75,6 +76,7 @@ map <Down> <Nop>
let mapleader = ","
map <Leader>bi :BundleInstall<cr>
map <Leader>fw :FixWhitespace<cr>
map <Leader>lf :call LargeFileToggle()<cr>
map <Leader>s :e ~/Source/<cr>
map <Leader>sa :call RenameFile()<cr>