1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 10:45:00 +08:00

added yankstack back and edited mappings

This commit is contained in:
Caleb Taylor
2019-08-08 06:16:23 -07:00
parent a2599be7c2
commit 98470e5563
12 changed files with 957 additions and 3 deletions

View File

@ -37,7 +37,7 @@ map <leader>f :MRU<CR>
let g:yankstack_yank_keys = ['y', 'd']
nmap <c-p> <Plug>yankstack_substitute_older_paste
nmap <c-n> <Plug>yankstack_substitute_newer_paste
nmap <leader><c-p> <Plug>yankstack_substitute_newer_paste
""""""""""""""""""""""""""""""