Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 14809  / 2 Years ago, sun, september 18, 2022, 7:28:16

I recently installed Tmux and became really glad for it. All of a sudden I though it would start throwing an error when I try to create a new session from within my terminal:



tmux new -s my-session


will cause the application to crash and only return



[exited]


and put the following on the next command line:



62;9;c


Being new to Tmux I have no idea how to fix this issue. Does anybody recognize this error and knows how to fix it?


More From » 13.10

 Answers
6

Removing



set-option -g default-command "reattach-to-user-namespace -l zsh"


from the configuration fixed the problem for me.


[#26216] Monday, September 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itchlos

Total Points: 486
Total Questions: 115
Total Answers: 110

Location: Macau
Member since Fri, Apr 28, 2023
1 Year ago
;