Skip to content

Commit

Permalink
fix .vimrc paste and clean some plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Yodi aditya committed Aug 17, 2011
1 parent adc3932 commit 784fc48
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .vimrc
Expand Up @@ -24,6 +24,7 @@ Bundle 'tomtom/tlib_vim'
Bundle 'MarcWeber/vim-addon-mw-utils'
Bundle 'honza/snipmate-snippets'
Bundle 'scrooloose/nerdtree'
Bundle 'spf13/PIV'

filetype plugin indent on " required!
"
Expand Down Expand Up @@ -83,10 +84,6 @@ filetype plugin indent on " required!
" Sets how many lines of history VIM has to remember
set history=500

" Enable filetype plugin
filetype plugin on
filetype indent on

" Set to auto read when a file is changed from the outside
set autowrite

Expand Down Expand Up @@ -227,7 +224,7 @@ nnoremap <leader>v "+gP
" The best thing here!
" In insert mode, you can paste from clipboard using CTRL + v
inoremap <c-v> <esc>:set paste<enter><insert><c-r>+<enter><esc>:set nopaste<enter><insert>
inoremap <C-v> <ESC>:set paste<ENTER>"*p<ESC>:set nopaste<ENTER>i
" have command-line completion <tab> (for filenames, help topics, option names)
" first list the available options and complete the longest common part, then
Expand Down

0 comments on commit 784fc48

Please sign in to comment.