You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would be a good idea. Installing plugin is quite easy :
Add the line Plug 'junegunn/fzf.vim'
to plugins/def.vim
and run :PlugInstall from vim
Then the hard part start, check if the CTRL-P mapping isn't used by any other plugin using :map and remap them if necessary.
For the other bug, it use to work : when you have something in your system clipboard it will be available in the yank. The inverse is true, yank something, it will be available in your system clipboard.
May be you can let me know how to reproduce your issue.
how do i use FZF with this, CTRL+P doesnt work
https://github.com/junegunn/fzf.vim
The text was updated successfully, but these errors were encountered: