tmux-MacOSX-pasteboard
tmux-MacOSX-pasteboard copied to clipboard
Notes and workarounds for accessing the Mac OS X pasteboard in tmux sessions. Note: The pu branch (“Proposed Updates”) may be rewound without notice.
Suggest making `reattach-to-user-namespace` short and UNIX-y. Currently, it really sticks out in the police lineup :) ``` $ brew leaves | awk '{print length, $0}' | sort -n 2 jq...
compiling the reattach-to-user-namespace with the latest codes, and test on different term with and without the tmux/screen, `launchctl getenv xxx` still does not work at all.
Since https://github.com/tmux/tmux/commit/78352fdd328b611d935ba051288191b33278cc4a and [release 2.6](https://github.com/tmux/tmux/blob/8aaf86a6ead9852631342d0d2d526a7eaede15cf/CHANGES#L66) `reattach-to-user-namespace` trick doesn't seem to be needed. ```shell $ echo "test" | pbcopy $ pbpaste test ```
It seems like this issue is back again in Mojave https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/issues/43 I can try to debug further, but with http://github.com/keith/contacts-cli I'm unable to access contacts from inside tmux.
It works with any alpha characters. But fail to copy `hello 你好` from Neovim to system pasteboard. The pasteboard get a zero-character copy. It only fail in Tmux. When I...
Observed whilst attempting to use Python Openstack client. It would appear that installing the `reattach-to-user-namespace` bottle with the `--with-wrap-pbcopy-and-pbpaste` causes the Openstack client to hang. An example of the stack...
I am attempting to run both emacs and tmux and am having a real hard time getting copy/paste (kill/yank) to work right: the relevant sections of my tmux config: ```...
I've been using tmux and reattach-to-user-namespace for a long time now (thanks a lot for your work!) and the combination worked flawlessly, until my upgrade to Yosemite. Now I get...
zsh prompt char disappears with `set-option -g default-command "reattach-to-user-namespace -l zsh`
I'm using [pure prompt](https://github.com/sindresorhus/pure) with [this](https://gist.github.com/srustamo/93b9b9fc16bde207d80b) `.zshrc`. Adding `set-option -g default-command "reattach-to-user-namespace -l zsh` to my [.tmux.conf](https://gist.github.com/srustamo/04934232a6a33268722bbda9c429c178) makes the prompt char `❯` disappear in `tmux` zsh session. There is no...
I am using mac ox 10.10.2. After installing tmux-pasteboard the normal cut-and-paste behavior has changed. I can no longer use ctrl-c and ctrl-v to cut-and-paste among terminal and other mac...