diff --git a/vim/vimrc b/vim/vimrc index db0fa81..662a83f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -16,11 +16,13 @@ Plugin 'VundleVim/Vundle.vim' " Edit files using sudo/su Plugin 'chrisbra/SudoEdit.vim' +" Python Mode " +Plugin 'klen/python-mode' + " Fuzzy finder (files, mru, etc) Plugin 'ctrlpvim/ctrlp.vim' -" Python Mode " -Plugin 'klen/python-mode' +Plugin 'YankRing.vim' " The following are examples of different formats supported. @@ -80,7 +82,13 @@ set wildignore+=*\\tmp\\*,*.swp,*.zip,*.exe " Windows " Enable colorcolumn display at max_line_length *'g:pymode_options_colorcolumn'* let g:pymode_options_colorcolumn = 1 let g:pymode_options_max_line_length = 100 +let g:pymode_python = 'python3' +" yankring +let g:yankring_replace_n_pkey = '' +let g:yankring_replace_n_nkey = '' + +nnoremap :YRShow " -------------------------------------------" set backspace=indent,eol,start