basecamp / omakub

Opinionated Ubuntu Setup
https://omakub.org
5.61k stars 497 forks source link

Add pbcopy #281

Closed so0k closed 1 month ago

so0k commented 2 months ago

A simple trick to make transition from MacOS to Omakub even smoother

Not sure if it's already there or there's another (undocumented) way in omakub?

else something like this?

so0k commented 2 months ago

alternatively, point me to the docs (maybe it fits in https://manual.omakub.org/1/read/34/clipboard)

in case Zellij or alacritty have a special way to handle this

horvay commented 2 months ago

I needed to install xclip to copy an entire txt file from nvim. Otherwise gg"+yG doesn't work :(

horvay commented 2 months ago

I submitted https://github.com/basecamp/omakub/pull/282 in case it is wanted in the master repo 😄

so0k commented 1 month ago

for my case, can just alias wl-copy - just learned about it today