-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add custome "<Plug>Pulse" maps #22
Comments
Related to jumps, and therefore I think in this issue is ok: I propose to add further related links in plugin-in docu.
In my opinion, the potential of this great Plug-in is focussing in all jumps, and not only in searching ones. |
Hi Juan, The mappings you are proposing are awesome! I didn't even realize we could take it this far. Yes please, feel free to open a PR to add your ideas and links. Thank you 👍 |
Hi @inside , I'm glad you find it a good proposal. I think we shall let this issue open for a while, and do nothing if NO further people are interested in this upgrade (auto-remap any jump). |
Anyway, it's not vital upgrade, so if anyone interested can just copy following code to ~/.vimrc.
|
Sorry for miss-match issue-topic, but in previous comment I said folding and Plug-Pulse are NO match, I think I was wrong, and the solution could be like this (I just re-read the docu and I'm testing it):
|
1st of all, I'm a beginner with VIM, so the following ads are focused on VIM users of my skill-level, and might be obvious to experts, and therefore unnecessary rubbish to add to the docu, that's ok.
After reading the plug-in-docu, specially this paragraph
I realized I could remap all jumps, adding
<Plug>Pulse
to them. May I request to show any of this examples, in a new mini-section of your nice docu? please. Something like:And take advantage of
<Plug>Pulse
, use it anywhere your imagination leads you to! E.g.And I'd love to hear from more ideas where to use it.
Also, in long term, it would be nice if the plug-in had an option to auto-remap any jump (if some plugin-boolean set), not only the search-jumps already implemented. Remaps
'a
till'Z
,`a
till`Z
are like 26x2x2, also 10x2 for digits marks. A lot! Or even more: VIM-mark-help.PD: Anyone willing to comment, careful: GitHub has no raw text block, it overrides backtick (
`
), but not apostrophe ('
). Check solution here.The text was updated successfully, but these errors were encountered: