teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

2018/10/11 03:18

投稿

gomenne
gomenne

スコア16

title CHANGED
File without changes
body CHANGED
@@ -2,13 +2,19 @@
2
2
  tmuxを導入し、自由にプラグインを使えるようにする
3
3
 
4
4
  ### 発生している問題・エラーメッセージ
5
- tmuxに編集しファイルを読み込もうとしたら、no server running on と発生し、プラグインを適用できない
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
- ❯ vim ~/.tmux.conf
14
+ tmux-plugins/tmux-pain-control \
15
+ '
8
16
 
9
- ~ 17s
10
- ❯ tmux source-file ~/.tmux.conf
11
- no server running on /private/tmp/tmux-501/default
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

2018/10/11 03:18

投稿

gomenne
gomenne

スコア16

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
+ ```