Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Please don't post about US Politics.
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
To paste in Linux:
Ctrl + shift + v
in terminal.Ctrl + u
in nano but nano doesn't use the same copy buffer but you can also useCtrl + shift + v
but only to paste something copied from outside nano.To paste in vi(m)
:?!&///<¥₱!
Pretty much everywhere else, eg file manager, any GUI, browsers, etc. is
Ctrl +v
I also just love that it is beyond simple to create any key combo shortcut for absolutely anything on Linux.
Make that menu key work for the real estate it occupies.
In some terminals. urxvt for example just uses the selection buffer. And either is reasonable, because
Ctrl + C
to send sigterm predatesCtrl + C
to copy.Some terminals use weird combinations like Shift + Insert, which is ridiculous, because it requires me to take my right hand off the mouse to hit the insert key
Wut? Is this a joke that it's difficult to paste in Vim? Because it's literally just
p
.You do need to be in command mode, so alright, there is some complexity there, but you won't get much closer to just a single key, as OP wants.