4 lines
100 B
VimL
4 lines
100 B
VimL
let g:yankring_history_file = '.yankring-history'
|
|
nnoremap ,yr :YRShow<CR>
|
|
nnoremap C-y :YRShow<CR>
|