image.nvim
image.nvim copied to clipboard
How can i make it to only show image when key pressed?
like shift + k
over the image url? then only show image?
@3rd This would be a nice option if possible. Only trigger image preview when a key is pressed while the cursor is over it?
I also think this will be a good feature. Although there is an option of "only_render_image_at_cursor=true", it makes motion less smoothing.
The latest version of the vscode has just implemented this feature.
We'll add a helper to achieve this, it's just a few lines of code.