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:
3
vim/after/plugin/yankring.vim
Normal file
3
vim/after/plugin/yankring.vim
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
"bad yankring! leave my macro mapping alone.
|
||||||
|
nunmap @
|
||||||
|
|
||||||
@@ -2,5 +2,3 @@ let g:yankring_history_file = '.yankring-history'
|
|||||||
nnoremap ,yr :YRShow<CR>
|
nnoremap ,yr :YRShow<CR>
|
||||||
nnoremap C-y :YRShow<CR>
|
nnoremap C-y :YRShow<CR>
|
||||||
|
|
||||||
"bad yankring! leave my macro mapping alone.
|
|
||||||
unmap @
|
|
||||||
|
|||||||
Reference in New Issue
Block a user