Glam Prestige Journal

Bright entertainment trends with youth appeal.

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 :

  1. prefix + [ -> enter copy-mode
  2. arrow key move cursor to the position I want
  3. 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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy