Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do i use FZF with this, CTRL+P doesnt work #60

Open
swarupsengupta opened this issue Mar 6, 2018 · 2 comments
Open

how do i use FZF with this, CTRL+P doesnt work #60

swarupsengupta opened this issue Mar 6, 2018 · 2 comments

Comments

@swarupsengupta
Copy link

how do i use FZF with this, CTRL+P doesnt work
https://github.com/junegunn/fzf.vim

@swarupsengupta
Copy link
Author

Also Ctrl + C and Ctrl + V for copying/from to system clipboard is not working, how do i make them work

@krampstudio
Copy link
Collaborator

Hello,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants