gpakosz / .tmux

🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
MIT License
21.9k stars 3.36k forks source link

unable to work with nvim-osc52 #729

Closed twmht closed 7 months ago

twmht commented 7 months ago

I am using the neovim plugin https://github.com/ojroques/nvim-osc52 which supports copy the text within tmux into clipboard.

In my original tmux conf, i have the following config

# for neovim and nvchad
set -as terminal-overrides ',screen-256color:Ms=\E]52;%p1%s;%p2%s\007'
set -s set-clipboard on

with these i can copy text from neovim within tmux, even with ssh i can copy the text to my local windows clipboard.

however, when using the config from this repo, the above config does not work. I can't copy anything to clipboard anymore...

Any idea?

twmht commented 7 months ago

my bad