space-s call the yank history

This commit is contained in:
Oliver Hartmann 2019-07-02 20:00:59 +02:00
parent 45c304e531
commit 69bce16583

View File

@ -273,6 +273,8 @@ function! s:show_documentation()
call CocAction('doHover')
endif
endfunction
nnoremap <silent> <space>y :<C-u>CocList -A --normal yank<cr>
" ===================Denite==========================
call denite#custom#map('insert', '<Down>', '<denite:move_to_next_line>', 'noremap')
call denite#custom#map('insert', '<Up>', '<denite:move_to_previous_line>', 'noremap')