Closed hereGittyGitty closed 2 years ago
Fixed.
Thx a lot for the ddu series of plugins of course. (And a late 'thx-a-lot' for the denite.nvim, unite.vim... plugins as well). Still can't figure out what your avatar on github is meant to be (its not a zebra-dragon is it? wink)
The icon is the dragon knight head instead of zebra.
Fixed.
Nice... thank you :)
The icon is the dragon knight head instead of zebra.
Got it...
Hi Shougo.
Thx a lot for the
ddu
series of plugins of course. (And a late 'thx-a-lot' for the denite.nvim, unite.vim... plugins as well). Still can't figure out what your avatar on github is meant to be (its not a zebra-dragon is it? š)Problems summary
When invoking the
preview
action on afile
kind/source the emerging preview window has itspreviewwindow
option set tonopreviewwindow
. As of now there is only on big problem I have with this fact. I really like to use the vim-preview plugin to scroll the preview window while leaving the cursor in thedenite
-window and I am missing this functionality inddu
.Expected
I would expect the ddu-ff preview window to have its
previewwindow
option set topreviewwindow
Environment Information
ddu-ui-ff version (SHA1):
c5958937bd73b262642aec93f9ff0623c4250e67
denops.vim version (SHA1):
d7db28587bb281f9fcf56d4986e313025e250295
deno version(
deno -V
output):deno 1.21.1
OS:
GNU/Linux
neovim/Vim
:version
output:Features: +acl +iconv +tui See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/local/share/nvim"
Run :checkhealth for more info
How to reproduce the problem from neovim/Vim startup (Required!)
VIMRUNTIME=/usr/local/src/neovim/runtime /usr/local/src/neovim/build/bin/nvim --clean -u /usr/local/src/neovim_minimal_stuff/minimal_init.vim
Ddu file
p
-key (mapping for thepreview
action) to open the preview windowwincmd k
to focus the preview windowset previewwindow?
Screenshot (if possible)
Upload the log messages by
:redir
and:message
(if errored)Further remarks:
If this is by design, would it be possible to add the feature of scrolling the preview window while keeping the cursor-focus on the ddu-ff window?
Thx a lot and have a good one ^^