csessh / .dotfiles

dotfiles for various tools: git, nvim, tmux and whatnot
MIT License
0 stars 0 forks source link

Managing clipboard is a pain #3

Open csessh opened 3 weeks ago

csessh commented 3 weeks ago

Clipboard manager: xclip

Current nvim option for clipboard:

vim.cmd "set clipboard=unnamedplus"

The desired outcome: 1- The ability to copy and paste contents between nvim and other applications 2- diw (or similar operations) shouldn't replace whatever is in the "+ and/or "* registers