fzf-preview.vim icon indicating copy to clipboard operation
fzf-preview.vim copied to clipboard

fzf :heart: preview

Results 7 fzf-preview.vim issues
Sort by recently updated
recently updated
newest added

Something like, ```vim command! FZFShow call fzf#run(fzf#wrap({ \ 'source': 'git show --format=oneline --name-only --relative | tail --lines=+2', \ 'sink': 'e', \ 'options': '--multi --reverse --preview "git diff HEAD^ HEAD {}...

FZF `Lines` command that searches in all open buffers, doesn't seem to have preview. Should we add preview support for that as well ? Thanks for your support.

My apologies in advance, if either my question is stupid or if I am blunt, but it is not clear what the plugin additionally does, when compared to fzf.vim. What...

FZFBLines opens the FZF window and does the search successfully. However, when I press enter on a line, it fails to open that line in the terminal buffer. Below is...

if a buffer is not saved to a file, or it's a generated buffer, FZFBLines will show a "file not found" although it does have the data.

Check if the buffer is a scratch buffer, save it's contents so we can show a preview. The code is not taking care of previously set option, it overrides everything....

the border of fzf-preview window is broken, how can i fix this: all config is default: ```lua local M = { 'junegunn/fzf.vim', branch = "master", dependencies = { 'junegunn/fzf', branch...