diff --git a/init.vim b/init.vim index a574b1b..2682eae 100644 --- a/init.vim +++ b/init.vim @@ -273,6 +273,8 @@ function! s:show_documentation() call CocAction('doHover') endif endfunction + +nnoremap y :CocList -A --normal yank " ===================Denite========================== call denite#custom#map('insert', '', '', 'noremap') call denite#custom#map('insert', '', '', 'noremap')