Closed kuuote closed 1 year ago
I want to add "previewExecute" action, it provides preview window operation to user.
I mainly intend to scrolling preview window.
nnoremap <buffer> <nowait> d <Cmd>call ddu#ui#do_action('previewExecute', #{command: "normal! \<C-d>"})<CR> nnoremap <buffer> <nowait> u <Cmd>call ddu#ui#do_action('previewExecute', #{command: "normal! \<C-u>"})<CR>
Merged.
I want to add "previewExecute" action, it provides preview window operation to user.
I mainly intend to scrolling preview window.
example