`nmap @` is not yet set when `vim/plugin/settings/yankring.vim` is loaded. Moved nunmap @ to `vim/after/plugin/yankring.vim` because it is loaded after the plugin is finished loading.
5 lines
101 B
VimL
5 lines
101 B
VimL
let g:yankring_history_file = '.yankring-history'
|
|
nnoremap ,yr :YRShow<CR>
|
|
nnoremap C-y :YRShow<CR>
|
|
|