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
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -selection clipboard" \; display-message "highlighted selection is copied to system clipboard!"
so it will redirect tmux visual selection into xclip clipboard, so I can paste in vim anywhere else.
if tmux is enabled from wsl-terminal, it won't work.
The text was updated successfully, but these errors were encountered:
this originally works well:
so it will redirect tmux visual selection into xclip clipboard, so I can paste in vim anywhere else.
if tmux is enabled from wsl-terminal, it won't work.
The text was updated successfully, but these errors were encountered: