-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Provide a option to enable CtrlP for file searching #1544
Comments
Or we could just use |
This is interesting, |
I think we should just use |
So we have to find another key for hippie-expand. I know thhere is already one on |
So how about |
+1 for |
Just my 2 cents from someone coming here having had experience with |
Also my 2¢, I am a |
I am a vim user. When I switching to Spacemacs. I config like this(remember to reload your spacemacs): |
Is there a way to make projectile treat the current directory as if it were a project dynamically, i.e. without actually placing an empty .projectile file in the dir? This is how I have fzf configured to work in vim, and it's extremely useful. If i'm in netrw, it uses '%', if I'm in a file, it uses '%:h' |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
I think many Vim users are used to CtrlP plugin. It would be nice if we provide a spacemacs option i.e.
spacemacs-enable-ctrl-p
to useCtrlP
for a combined all in one Spacemacs source for file navigation (Helm Projectile sources can be combined and used outside of any directory fine). Here is an example of such command usinghelm-multi-files
:We can then say to use original CtrlP command in Vim, simply press
M-/
.The text was updated successfully, but these errors were encountered: