space-s call the yank history
This commit is contained in:
2
init.vim
2
init.vim
@@ -273,6 +273,8 @@ function! s:show_documentation()
|
|||||||
call CocAction('doHover')
|
call CocAction('doHover')
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
nnoremap <silent> <space>y :<C-u>CocList -A --normal yank<cr>
|
||||||
" ===================Denite==========================
|
" ===================Denite==========================
|
||||||
call denite#custom#map('insert', '<Down>', '<denite:move_to_next_line>', 'noremap')
|
call denite#custom#map('insert', '<Down>', '<denite:move_to_next_line>', 'noremap')
|
||||||
call denite#custom#map('insert', '<Up>', '<denite:move_to_previous_line>', 'noremap')
|
call denite#custom#map('insert', '<Up>', '<denite:move_to_previous_line>', 'noremap')
|
||||||
|
|||||||
Reference in New Issue
Block a user