From 69bce16583d07fc89833a1d90397e056251d574b Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 2 Jul 2019 20:00:59 +0200 Subject: [PATCH] space-s call the yank history --- init.vim | 2 ++ 1 file changed, 2 insertions(+) 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')