tmux: hangs and do not load, and do not respond to any option command

后端 未结 8 1721
粉色の甜心
粉色の甜心 2021-01-31 09:01

I have installed tmux from source on my localspace in Fedora. It was working nicely so far. But suddenly can not run it anymore, when run tmux, it just halts. Tried different co

8条回答
  •  独厮守ぢ
    2021-01-31 09:40

    tmux was halting right after I started it. Ctrl-Q and Ctrl-C didn't do anything.

    Fixed with

    killall -9 tmux
    

    (May be a different problem, but this question showed up in Google.)

提交回复
热议问题