Added a way to get the system clipboard on a mac (#45)

How to get tmux and pbcopy to play nice.

Signed-off-by: JJ Asghar <jjasghar@gmail.com>
This commit is contained in:
JJ Asghar 2021-01-19 23:55:02 -06:00 committed by GitHub
parent a666466a59
commit 92820989a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set
- [Guide to customizing tmux.conf](http://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/)
- [practical tmux](https://mutelight.org/practical-tmux)
- [tmux-extra](https://github.com/brandur/tmux-extra) Configuration and scripts for sane Tmux default behavior
- [tmux yank to system clipboard](https://www.grailbox.com/2020/08/use-system-clipboard-for-vi-copy-mode-in-tmux-in-macos-and-linux/) A way to get the System Clipboard to work with tmux yank on a Mac via `pbcopy` and linux via `xclip`
## <a name="tools"></a>Tools and session management