Resolve #122 unmap yankring @ in after file.
`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.
This commit is contained in:
@@ -2,5 +2,3 @@ let g:yankring_history_file = '.yankring-history'
|
||||
nnoremap ,yr :YRShow<CR>
|
||||
nnoremap C-y :YRShow<CR>
|
||||
|
||||
"bad yankring! leave my macro mapping alone.
|
||||
unmap @
|
||||
|
||||
Reference in New Issue
Block a user