Skip to content

Commit

Permalink
Readded config for the yankstack
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Feb 4, 2018
1 parent 53894de commit 2514de5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vimrcs/plugins_config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
""""""""""""""""""""""""""""""
Expand Down

0 comments on commit 2514de5

Please sign in to comment.