remove skwp/YankRing.vim, add maxbrunsfeld/vim-yankstack ,set yanrk shortcuts

This commit is contained in:
hophacker 2018-08-23 15:03:48 +08:00
parent 16a50e48df
commit 350050be90
4 changed files with 5 additions and 6 deletions

View File

@ -1,2 +1,2 @@
nmap <silent> <localleader>n <Plug>(ale_previous_wrap)
nmap <silent> <localleader>p <Plug>(ale_next_wrap)
nmap <silent> <leader>e <Plug>(ale_previous_wrap)
nmap <silent> <leader>E <Plug>(ale_next_wrap)

View File

@ -1,3 +0,0 @@
let g:yankring_history_file = '.yankring-history'
nnoremap ,yr :YRShow<CR>
nnoremap C-y :YRShow<CR>

View File

@ -0,0 +1,2 @@
nmap <leader>p <Plug>yankstack_substitute_older_paste
nmap <leader>P <Plug>yankstack_substitute_newer_paste

View File

@ -12,7 +12,7 @@ Bundle "MarcWeber/vim-addon-mw-utils.git"
Bundle "bogado/file-line.git"
Bundle "mattn/webapi-vim.git"
Bundle "sjl/gundo.vim"
Bundle "skwp/YankRing.vim"
Bundle "maxbrunsfeld/vim-yankstack"
Bundle "tomtom/tlib_vim.git"
Bundle "tpope/vim-abolish"
Bundle "tpope/vim-endwise.git"