I want to copy the stdout in my tmux terminal, and I can't use mouse to copy because it will select to the other pane which I don't want it.
I goolge 'tmux copy' and found the solution as below :
prefix + [-> enter copy-mode- arrow key move cursor to the position I want
ctrl + space-> start select text
But I stuck with step3, when I press ctrl + space, it will become 'change input method', I also tried press space only but not working either.
Any help would be grateful.
The following content is my .tmux.conf file
set -g default-shell /bin/zsh
set -g window-style 'fg=colour247,bg=colour236'
set -g window-active-style 'fg=colour250,bg=black'
#pane border
set -g pane-border-bg colour235
set -g pane-border-fg colour238
set -g pane-active-border-bg colour236
set -g pane-active-border-fg colour51 8 Reset to default