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 originally raised the issue to tmux project, and they helped me to find out the root cause is because of binding bind-key -T root n run-shell "tmux send-keys 'n'; /home/oracle/.tmux/plugins/tmux-copycat/scripts/copycat_jump.sh 'next'; true"
This binding make me when past "initLookup", it actually "iitLookupn" paste doesn't work correct when paste to a remote server
Could you please help a look? And the paste issue only happen when paste on a remote ssh session, not on local session. Maybe caused by network latency?
The text was updated successfully, but these errors were encountered:
I originally raised the issue to tmux project, and they helped me to find out the root cause is because of binding
bind-key -T root n run-shell "tmux send-keys 'n'; /home/oracle/.tmux/plugins/tmux-copycat/scripts/copycat_jump.sh 'next'; true"
This binding make me when past "initLookup", it actually "iitLookupn"
paste doesn't work correct when paste to a remote server
Could you please help a look? And the paste issue only happen when paste on a remote ssh session, not on local session. Maybe caused by network latency?
The text was updated successfully, but these errors were encountered: