All Projects → roxma → Vim Tmux Clipboard

roxma / Vim Tmux Clipboard

seamless integration for vim and tmux's clipboard

Labels

Projects that are alternatives of or similar to Vim Tmux Clipboard

Vim Mix Format
Vim integration for the Elixir formatter.
Stars: ✭ 196 (-12.89%)
Mutual labels:  neovim
Vim.reaper
💀 A Hackable, Fully Featured, Rice Friendly Neovim Configuration
Stars: ✭ 205 (-8.89%)
Mutual labels:  neovim
Dotfiles
My dotfiles repo, here you can find all my window manager configs as well as documentation and a guide on how to make your own desktop environment.
Stars: ✭ 208 (-7.56%)
Mutual labels:  neovim
Vim Hug Neovim Rpc
EXPERIMENTAL
Stars: ✭ 199 (-11.56%)
Mutual labels:  neovim
Aniseed
Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
Stars: ✭ 202 (-10.22%)
Mutual labels:  neovim
Nvim Hs
Neovim API for Haskell plugins as well as the plugin provider
Stars: ✭ 208 (-7.56%)
Mutual labels:  neovim
Twf
Standalone tree view file explorer, inspired by fzf.
Stars: ✭ 196 (-12.89%)
Mutual labels:  neovim
Vim Sayonara
👺 Sane buffer/window deletion.
Stars: ✭ 219 (-2.67%)
Mutual labels:  neovim
Lsp Status.nvim
Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
Stars: ✭ 201 (-10.67%)
Mutual labels:  neovim
Vim Deep Space
An intergalactically friendly color scheme for Vim.
Stars: ✭ 214 (-4.89%)
Mutual labels:  neovim
Bullets.vim
🔫 Bullets.vim is a Vim/NeoVim plugin for automated bullet lists.
Stars: ✭ 199 (-11.56%)
Mutual labels:  neovim
Lualine.nvim
A blazing fast and easy to configure neovim statusline written in pure lua.
Stars: ✭ 198 (-12%)
Mutual labels:  neovim
Dot Files
⚡️ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: ✭ 209 (-7.11%)
Mutual labels:  neovim
Neovide
No Nonsense Neovim Client in Rust
Stars: ✭ 5,678 (+2423.56%)
Mutual labels:  neovim
Coc Java
Java extension for coc.nvim
Stars: ✭ 215 (-4.44%)
Mutual labels:  neovim
Vim Packager
Vim plugin manager that utilizes "jobs" and "pack" features.
Stars: ✭ 197 (-12.44%)
Mutual labels:  neovim
Nvim Go
Go development plugin for Neovim written in pure Go
Stars: ✭ 207 (-8%)
Mutual labels:  neovim
Neomake
Asynchronous linting and make framework for Neovim/Vim
Stars: ✭ 2,512 (+1016.44%)
Mutual labels:  neovim
Spaceline.vim
vim statusline like spacemacs
Stars: ✭ 216 (-4%)
Mutual labels:  neovim
Lush.nvim
Define Neovim themes as a DSL in lua, with real-time feedback.
Stars: ✭ 204 (-9.33%)
Mutual labels:  neovim

vim-tmux-clipboard

Things get messy when I need to copy lines of text from vim into tmux's clipboard, especially when multiple split-windows are opened. So I created this super simple plugin, which provides seamless integration for vim and tmux's clipboard.

vim-tmux-clipboard automatically copy yanked text into tmux's clipboard, and copy tmux's clipboard content into vim's quote(") register, known as the unnamed register. It also makes multiple vim processes on top of the same tmux session act like they're sharing the same clipboard.

Requirements

  • add set -g focus-events on to your tmux.conf.
  • vim-tmux-focus-events for vim users.
  • neovim or vim above 8.0.1394 is recommended for TextYankPost event, which is required for It also makes multiple vim processes on top of the same tmux session act like they're sharing the same clipboard.

Demo

asciicast

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].