3
3

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の設定変更

Last updated at Posted at 2015-11-24

プレフィックス(標準だとControl + b)のあとに「:source-file ~/.tmux.conf」と入力する。
すると標準だと画面左下に以下のように表示されるはず。
2427834-4fb34a763ccb98d689614edd713efe325b4e9b27.png
Enterを押せば設定が反映される。

毎回は面倒なのでbindを設定しておく

.tmux.conf
bind r source-file ~/.tmux.conf \; display-message "Reload Config!!"
3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?