-
Notifications
You must be signed in to change notification settings - Fork 11
Little improvements #3
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
base: master
Are you sure you want to change the base?
Conversation
stephpy
commented
Apr 19, 2012
- map f instead of
- Disable mapping by default
- Move exe command on a function to let user easily map it.
|
I added too a message by default when you open console. When application cache is not warmed, this can take a long time to see the console, that's better with a message :) |
|
after a year... :) can you rebase please, if you still want this PR to be inlcuded ? thanks |
|
bump. Please do not let this code die! |
|
I can't merge it ! |
|
oh just saw this - shiny. jumptoview looks good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this set path+=** slowen things a lot. Maybe we can find a way to configure/disable it ?
Also, it only permits to jump to the first result. If many index.html.twig for example (which happens all the time), you're blocked.
I personally use ctags to jump to views: https://github.com/docteurklein/dot-files/blob/master/ctags#L4-L11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moreover, ** is only available on bash 4.0+ (if activated using shopt -s globstar), or zsh.