-
Notifications
You must be signed in to change notification settings - Fork 100
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 to yank & paste in nmap? #600
Comments
@AdrienLemaire I do also not understand why |
@AdrienLemaire I though a bit about the |
@fanglingsu lovely, I'm almost there :)
It now opens the correct page, but still open 2 tabs instead of one. If I use |
@AdrienLemaire That's strange! I can reproduce this and I can't guess why this should happen. I'll have to debug this. |
@AdrienLemaire For me this works if I strip the space between the yank Y and the
But I'm far away from getting the reason for this behaviour. |
Thanks for figuring out the trick! This is perfect now :) |
The issue seems to be related to #546. |
@AdrienLemaire I think it is now solved. |
On firefox/chrome, I use yomichan to see japanese translations.
Since it has no support for webkit2gtk, I'm trying to find an alternative solution:
Manual operation:
Automated operation:
What I'm trying to do is auto yank and open jisho page with selected text. But my map isn't working.
Example: Selecting text '大幅' and pressing Ctrl-j
Expected:
https://jisho.org/search/大幅
What happens:
https://jisho.org/search/
Looks like the
<C-v>
part of the nnoremap doesn't work. How would you do it @fanglingsu ?The text was updated successfully, but these errors were encountered: