Skip to content

Commit

Permalink
feat(terminal-integration): add vim-tmux-yank & vim-tpipeline (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu committed Apr 18, 2023
1 parent 8b2d491 commit 449598a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# vim-tmux-yank

**Repository:** https://github.com/jabirali/vim-tmux-yank

This is a simple plugin for synchronizing the clipboards of `vim`/`nvim`,
`tmux`, and a variety of operating systems, even over remote connections.
It does so via a terminal escape called OSC 52.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"jabirali/vim-tmux-yank",
event = "User AstroFile",
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# vim-tpipeline

**Repository:** https://github.com/vimpostor/vim-tpipeline

Embed your vim statusline in the tmux statusline!

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"vimpostor/vim-tpipeline",
lazy = false,
}

0 comments on commit 449598a

Please sign in to comment.