LoginSignup
35
27

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

参考

35
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
35
27