Shougo / ddu-ui-ff

Fuzzy finder UI for ddu.vim
MIT License
55 stars 26 forks source link

[Feature Request] Add `previewExecute` action #100

Closed kuuote closed 1 year ago

kuuote commented 1 year ago

I want to add "previewExecute" action, it provides preview window operation to user.

I mainly intend to scrolling preview window.

example

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>
Shougo commented 1 year ago

Merged.