serverapps:tmux:plugin
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
serverapps:tmux:plugin [2023/08/20 11:29] – [plugin 読み込み] hayashi | serverapps:tmux:plugin [2023/10/09 13:30] (現在) – [tcsh@FreeBSD] hayashi | ||
---|---|---|---|
行 47: | 行 47: | ||
**prefix + I((大文字I(アイ) ))** で plugin 読み込みます | **prefix + I((大文字I(アイ) ))** で plugin 読み込みます | ||
+ | ===== 起動 ===== | ||
+ | |||
行 53: | 行 55: | ||
bash -c "tmux new -s Work" | bash -c "tmux new -s Work" | ||
- | ==== Key bindings ==== | + | ===== Key bindings |
prefix + Ctrl-s - save | prefix + Ctrl-s - save | ||
行 73: | 行 75: | ||
set -g @plugin ' | set -g @plugin ' | ||
set -g @plugin ' | set -g @plugin ' | ||
+ | |||
+ | ==== tcsh@FreeBSD ==== | ||
+ | tmux-continuumもbashやmacosに依存しているため、ほかの環境だと動作が怪しい | ||
+ | で、取り急ぎだがLogin時に自動でtmuxの起動とrestoreを行うように設定してみた | ||
+ | |||
+ | <file config ~/ | ||
+ | ps -ax | grep tmux | grep -v grep | wc -l > /dev/null || bash -c "tmux new -d ~/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
===== 参考 ===== | ===== 参考 ===== |
serverapps/tmux/plugin.1692530988.txt.gz · 最終更新: 2023/08/20 11:29 by hayashi