34
27

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

tmuxを起動しようとするとexitedになる

Posted at

課題

tmuxを起動しようとするとexitedと表示され、プロセスが立ち上がらない。

原因

window nameがreattach-to-user-namespaceになっていること。

.tmux.conf
set-option -g default-command "reattach-to-user-namespace -l zsh"
bind C-q run-shell 'reattach-to-user-namespace tmux-pbcopy'

対策

reattach-to-user-namespaceをインストールする。

$ brew install reattach-to-user-namespace

参考

34
27
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
34
27

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?