Readded config for the yankstack
This commit is contained in:
parent
53894de44b
commit
2514de5b22
1 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,15 @@ let MRU_Max_Entries = 400
|
|||
map <leader>f :MRU<CR>
|
||||
|
||||
|
||||
""""""""""""""""""""""""""""""
|
||||
" => YankStack
|
||||
""""""""""""""""""""""""""""""
|
||||
let g:yankstack_yank_keys = ['y', 'd']
|
||||
|
||||
nmap <c-p> <Plug>yankstack_substitute_older_paste
|
||||
nmap <c-n> <Plug>yankstack_substitute_newer_paste
|
||||
|
||||
|
||||
""""""""""""""""""""""""""""""
|
||||
" => CTRL-P
|
||||
""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue