You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if the plugin included the copy sync from tmux buffer to Xclip, Xsel clipboard or not, as I notice that while using the vim/nvim copy mode the contents only go in the Tmux buffer.
For me I rarely use tmux copy mode, so my case is just use vim key binding
I wonder if the plugin included the copy sync from tmux buffer to Xclip, Xsel clipboard or not, as I notice that while using the vim/nvim copy mode the contents only go in the Tmux buffer.
For me I rarely use tmux copy mode, so my case is just use vim key binding
nnoremap c :silent !tmux show-buffer | xclip -i -selection clipboard:echo "Text copied !"
The text was updated successfully, but these errors were encountered: