https://github.com/roxma/tmux-yank.el
https://github.com/roxma/tmux-yank.el
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roxma/tmux-yank.el
- Owner: roxma
- License: other
- Created: 2021-06-27T05:04:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T05:05:11.000Z (about 5 years ago)
- Last Synced: 2025-02-24T03:23:56.536Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An implementation of [vim-tmux-clipboard](https://github.com/roxma/vim-tmux-clipboard) for emacs
```lisp
(unless (equal (getenv "TMUX") "")
(use-package tmux-yank
:straight (tmux-yank :host github :repo "roxma/tmux-yank.el")))
```