From 46ed180309923d3ba30894f5163aec9f1b8a901f Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Fri, 4 Dec 2015 14:34:42 +0100 Subject: [PATCH] more vimrc --- vim/vimrc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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