tmux-yank icon indicating copy to clipboard operation
tmux-yank copied to clipboard

feat: add support for Termux

Open cattokomo opened this issue 1 year ago • 1 comments

cattokomo avatar Jul 08 '23 03:07 cattokomo

Hey I have managed to do it

Basically you need to do 3 steps

In your Android , appart of termux you need to have installed Termux API Then in termux itself pkg install termux-api Then on your $HOME/.tmux.conf add the following directive if-shell '[ -n "${TERMUX_VERSION}" ]' 'set -g @override_copy_command "termux-clipboard-set"'

Now upon doing Copy-mode , select the buffer , press y . It should work

freddieventura avatar Dec 19 '23 14:12 freddieventura