質問編集履歴
2
。
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,13 +2,19 @@
|
|
2
2
|
tmuxを導入し、自由にプラグインを使えるようにする
|
3
3
|
|
4
4
|
### 発生している問題・エラーメッセージ
|
5
|
-
tmuxに
|
5
|
+
.tmux.confに書いた下記のプラグインが反映されない
|
6
|
+
|
6
7
|
```
|
8
|
+
set -g @tpm_plugins ' \
|
9
|
+
tmux-plugins/tpm \
|
10
|
+
tmux-plugins/tmux-yank \
|
11
|
+
tmux-plugins/tmux-open \
|
12
|
+
tmux-plugins/tmux-resurrect \
|
13
|
+
tmux-plugins/tmux-battery \
|
7
|
-
|
14
|
+
tmux-plugins/tmux-pain-control \
|
15
|
+
'
|
8
16
|
|
9
|
-
~ 17s
|
10
|
-
❯ tmux source-file ~/.tmux.conf
|
11
|
-
|
17
|
+
run-shell '~/.tmux/plugins/tpm/tpm'
|
12
18
|
```
|
13
19
|
|
14
20
|
|
@@ -20,21 +26,4 @@
|
|
20
26
|
|
21
27
|
### 補足情報
|
22
28
|
Mac OS
|
23
|
-
Zsh
|
29
|
+
Zsh
|
24
|
-
|
25
|
-
|
26
|
-
###追加情報
|
27
|
-
.tmux.confに書いた下記のプラグインが反映されない
|
28
|
-
|
29
|
-
```
|
30
|
-
set -g @tpm_plugins ' \
|
31
|
-
tmux-plugins/tpm \
|
32
|
-
tmux-plugins/tmux-yank \
|
33
|
-
tmux-plugins/tmux-open \
|
34
|
-
tmux-plugins/tmux-resurrect \
|
35
|
-
tmux-plugins/tmux-battery \
|
36
|
-
tmux-plugins/tmux-pain-control \
|
37
|
-
'
|
38
|
-
|
39
|
-
run-shell '~/.tmux/plugins/tpm/tpm'
|
40
|
-
```
|
1
・
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,4 +20,21 @@
|
|
20
20
|
|
21
21
|
### 補足情報
|
22
22
|
Mac OS
|
23
|
-
Zsh
|
23
|
+
Zsh
|
24
|
+
|
25
|
+
|
26
|
+
###追加情報
|
27
|
+
.tmux.confに書いた下記のプラグインが反映されない
|
28
|
+
|
29
|
+
```
|
30
|
+
set -g @tpm_plugins ' \
|
31
|
+
tmux-plugins/tpm \
|
32
|
+
tmux-plugins/tmux-yank \
|
33
|
+
tmux-plugins/tmux-open \
|
34
|
+
tmux-plugins/tmux-resurrect \
|
35
|
+
tmux-plugins/tmux-battery \
|
36
|
+
tmux-plugins/tmux-pain-control \
|
37
|
+
'
|
38
|
+
|
39
|
+
run-shell '~/.tmux/plugins/tpm/tpm'
|
40
|
+
```
|