-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ctrl-v to paste not working #2184
Comments
I’m not able to reproduce this issue. What is the value of the |
internal Should have mentioned before, ctrl-v pastes what I was copied with CMD-C unless I cut with ctrl-x or ctrl-k. I tested with iTerm2, Kitty, Terminal and Alacritty..problem persists in all. So I know its not the terminal. In nano if I copy then try to paste I get an error message "cut buffer empty" I but if cut, it pastes normally. |
I’m having a similar issue with the Windows Terminal with Ubuntu 20.04 and Micro 2.0.8. Ctrl+k cuts the line, and Ctrl+V pastes whatever is in the Windows clipboard. It works fine if I first empty the Windows clipboard. Very occasionally, it works even when there’s something on the Windows clipboard. The Windows clipboard history never picks up on what I copy in Micro. |
This is likely because The solution on macOS is to set On WSL things are more complicated, because the usual solution on Linux is to install and use xclip, but WSL has no X server. I think some people have used a workaround using a script called |
I had a system upgrade come though, did that and it seems to have done the trick, at least for now. Thanks you all your help. While I have you here, I downloaded a plugin, cloned to the appropriate dir, but micro does not recognise it. How do I get micro to recognise the plugin. |
Micro should automatically recognize it if you cloned it to |
my short settings.conf Am I supposed to declare my "plug" path in the This is the plugin micro-fzf Just adds "shortcuts" to hsplit and "vsplit" would be nice to be able to hit a shortcut key, then be prompted for file name (searchable via fzf) hit enter and opens in split. Regarding split mode, is it possible to change the color/thickness of the split line? |
UPDATE!!: I change the plugins dir from "micro-fzf" to "microfzf" and it now works perfectly! Would still, however prefer a keybind.. can I add custom binds to the |
Yes. You might want to see the If your issue got resolved, could you please close the issue? |
divchars works, but cant get a smooth line with hsplit..and there is a small gap between the vertical and horizontal lines. |
That's probably because of how your terminal renders the characters. Which terminal do you use? I use Also, make sure you're using |
I use iTerm.. |
Could you try changing your font? |
Currently using Hack Nerd Mono, changing doesnt work |
That's sad. Perhaps there's some configuration similar to |
oh the vertical split line works but the horizontal line overlaps itself..hmm |
ok its fixed!, turns out it was a setting I missed in the advanced section. Now that thats working, its bright white how can I darken it? maybe even use a custom value (hex)? |
I'm glad you finally got it solved. I use a theme I made myself, that's how you can tweak the colors (but, did you try setting the For further details see https://github.com/zyedidia/micro/blob/master/runtime/help/colors.md. |
yeah I tried Ok, Ill have a look. |
Exactly. Set it to |
oh, it was the split line I wanted to change not the background... |
Yes. |
yes, but it also inverts the background of the split line ie black line on white background. I want to make the split line gray.. |
Okay, just |
Works, Thank You!! Only thing is the split lines dont go the full width/height..a bit odd but thought Id let you know |
Great! As I mentioned earlier, that's most surely an issue with how your terminal renders the characters. If you could tweak the line height you might get rid of it. |
@drewauff please close this issue. |
Ok will do, just a quick question, I posted this I would dearly love to get this working..to be able to access recently opened files in the split of your choice etc. would prove, I think, to be invaluable. Thank you for the help you have provided. I appreciate you and your time. Thank You. |
You're welcome. 😀 |
@da2x I had the same issue with clipboard in WSL inside Windows Terminal. I'm currently using the following workaround: https://github.com/Konfekt/xclip-xsel-WSL It works great. |
It didn't work for me. After script installation, my bash .profile looks like this. Where am I wrong to my settings?
|
I just use the following symlinks:
|
Hi, thanks, I just changed the order of the line path and now it works. I am on also with WSL2. Regards,
|
I tried right clicking in the terminal and it pastes your copied text into it when you right click on that space. see if it works for you as well |
@jsyedidia ctrl-v to paste is not working in latest version..however cutting a line (ctrl-k) then undoing that cut, make its work again, this is a bug, it is repeatable/reproducable.
After a lot more testing, seems ctrl-x and ctrl-k work just fine and I can still paste with ctrl-v, but ctrl-c is dead.
I should mention that whan pasting (ctrl-v) micro still displays the message at the bottom " Pasted clipboard" but does NOT actually paste anything.
its really quite strange even after doing a ctrl-c, ctrl-v only pastes what was previously cut with ctrl-x or ctrl-k and not what I copied with ctrl-c
Commit hash: b976385
OS: MacOS Catalina
Terminal: iTerm2 latest beta
Micro Version: 2.0.10
The text was updated successfully, but these errors were encountered: