remove skwp/YankRing.vim, add maxbrunsfeld/vim-yankstack ,set yanrk shortcuts
This commit is contained in:
parent
16a50e48df
commit
350050be90
@ -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)
|
||||
|
@ -1,3 +0,0 @@
|
||||
let g:yankring_history_file = '.yankring-history'
|
||||
nnoremap ,yr :YRShow<CR>
|
||||
nnoremap C-y :YRShow<CR>
|
2
vim/settings/yankstack.vim
Normal file
2
vim/settings/yankstack.vim
Normal file
@ -0,0 +1,2 @@
|
||||
nmap <leader>p <Plug>yankstack_substitute_older_paste
|
||||
nmap <leader>P <Plug>yankstack_substitute_newer_paste
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user