Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattly committed Sep 1, 2011
1 parent a754aba commit e24f5f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vimrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
filetype off
" silent! call pathogen#runtime_append_all_bundles()
" silent! call pathogen#helptags()

source ~/.vim/bundle/vim-pathogen.git/autoload/pathogen.vim
call pathogen#infect()

Expand Down Expand Up @@ -115,7 +112,6 @@ nnoremap <C-l> <C-w><Right>
nnoremap <C-n> :bnext<CR> " buffer next
nnoremap <C-p> :bprev<CR> " buffer previous

" --- Insert Mode --------------------------------------------------------
" option-backspace over words, emacs style
inoremap <M-Backspace> <C-[>ciw
Expand Down

0 comments on commit e24f5f5

Please sign in to comment.