Skip to content

Commit

Permalink
Updating the vimrc/bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed Nov 7, 2011
1 parent a9661fb commit 5dce682
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Bundle 'majutsushi/tagbar'
Bundle 'vim-orgmode'
Bundle 'vim-ruby/vim-ruby'
Bundle 'matchit.zip'
Bundle 'CSApprox'

filetype plugin indent on " required!
"
Expand Down Expand Up @@ -100,6 +101,13 @@ let g:vimclojure#HighlightBuiltins = 1
let g:vimclojure#WantNailgun = 1
let python_highlight_all = 1

map <right> :bn<cr>
map <left> :bp<cr>
map <leader>tn :tabnew<cr>
map <leader>te :tabedit
map <leader>tc :tabclose<cr>
map <leader>tm :tabmove
set grepprg=ack
set grepformat=%f:%l:%m

Expand All @@ -126,6 +134,11 @@ nmap <D-4> g$
nmap <D-6> g^
nmap <D-0> g^
" CSApprox
if (&term == 'xterm')
set t_Co=256
endif

" Suppress lustyjuggler warnings
let g:LustyJugglerSuppressRubyWarning = 1

Expand Down

0 comments on commit 5dce682

Please sign in to comment.