Luis
Luis
In my case, yanking stopped working only over an SSH/Mosh session. Locally, it works. ### Remote host * Both `xsel` and `xclip` installed. * `~/.tmux.conf` relevant contents ``` set -as...
@anakimluke It works just fine! That's what this line is for in the config. ``` set -as terminal-features ',*:clipboard' ```
How far along is this implementation? I can't wait for it to land. :-) I keep opening my config file just to check keybindings I forgot. :-D How could I...