An open API service indexing awesome lists of open source software.

https://github.com/roxma/tmux-yank.el


https://github.com/roxma/tmux-yank.el

Last synced: 5 months ago
JSON representation

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")))
```