Scroll Preview
Please can you implement or tell me how can i scroll the preview.
Thanks
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.73. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
https://github.com/liuchengxu/vim-clap#keybindings
good but i don't want scroll the file list, but the preview file window
That can be done, but need a bit more work as the current preview implementation does not read the whole file but the neccessary lines for being performant. When you scroll the preview window, we have to keep reading more of the origin file.
This would be great, since fzf is able to do it (seemingly without a performance penalty).
The preview of vim-clap will also be enhanced once #798 is merged, which is to extract and show the current context symbol using ctags. Maybe helpful for those who are interested in this issue.
I finally find some time to implement this feature that I'm also looking forward to for a long time. Feel free to try out #933, don't forget to recompile the binary before the next release is available.