tmuxp icon indicating copy to clipboard operation
tmuxp copied to clipboard

Annoying symbol % on windows when start tmuxp session

Open oiwn opened this issue 4 years ago • 5 comments

Step 1: Provide a summary of your problem

when i load my tmuxp session

tmuxp load .

it print annoying % symbol on each window

%                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ~/projects/py-crawling-goodies git:(master) ✗

cat .tmuxp.yaml
session_name: pcg
start-directory: ./
shell_command_before: "conda activate pcg"
windows:
  - window_name: code
    focus: true
    panes:
      - shell_command:
        - nvim
  - window_name: cmd1
    panes:
      - shell_command:
        - sleep 1
        - clear
  - window_name: cmd2
    panes:
      - shell_command:
        - sleep 2
        - clear
  - window_name: mc
    panes:
      - shell_command:
        - sleep 3
        - clear

Step 2: Provide tmuxp details

python --version
Python 3.7.4

echo $PATH
/usr/local/Caskroom/miniconda/base/bin:/usr/local/Caskroom/miniconda/base/condabin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/fzf/bin

tmux -V
tmux next-3.2 (same with previous version 3.0)

tmuxp -V
tmuxp 1.5.4

shell: zsh

Step 3: Describe your environment

  • Architecture: Darwin Kernel Version 19.4.0
  • OS version: Catalina 10.15.4

oiwn avatar Apr 06 '20 04:04 oiwn

+1

paulofelisbino avatar May 06 '20 13:05 paulofelisbino

I also get this. And I don't know why it happens 🤷

If anyone can do some debugging on this it'd be appreciated (I am being stretched between quite a few things at the moment)

tony avatar Mar 12 '22 22:03 tony

@tony i think it's something related to performance, i'm on new laptop now (macbook pro) and can't see it anymore for the same tmuxp configs i used at macbook air.

oiwn avatar Apr 29 '22 06:04 oiwn

no, I'm on macbook pro and the issue is still there.

mohammadne avatar Aug 14 '22 19:08 mohammadne

This still needs a reproduction.

tony avatar Aug 27 '22 17:08 tony