2
2
3
3
Here's the list of issues users had with ` tpm ` :
4
4
5
+ <hr />
6
+
5
7
> Nothing works. ` tpm ` key bindings ` prefix + I ` , ` prefix + U ` not even
6
8
defined.
7
9
8
- [ Issue #22 ] ( https://github.com/tmux-plugins/tpm/issues/22 )
10
+ Related [ issue #22 ] ( https://github.com/tmux-plugins/tpm/issues/22 )
9
11
10
12
- Do you have required ` tmux ` version to run ` tpm ` ?<br />
11
13
Check ` tmux ` version with ` $ tmux -V ` command and make sure it's higher or
@@ -14,10 +16,12 @@ Here's the list of issues users had with `tpm`:
14
16
- ZSH tmux plugin might be causing issues.<br />
15
17
If you have it installed, try disabling it and see if ` tpm ` works then.
16
18
19
+ <hr />
20
+
17
21
> Help, I'm using custom config file with ` tmux -f /path/to/my_tmux.conf `
18
22
to start Tmux and for some reason plugins aren't loaded!?
19
23
20
- [ Issue #57 ] ( https://github.com/tmux-plugins/tpm/issues/57 )
24
+ Related [ issue #57 ] ( https://github.com/tmux-plugins/tpm/issues/57 )
21
25
22
26
` tpm ` has a known issue when using custom config file with ` -f ` option.
23
27
The solution is to use alternative plugin definition syntax. Here are the steps
@@ -40,15 +44,19 @@ to make it work:
40
44
41
45
The plugins should now be working.
42
46
47
+ <hr />
48
+
43
49
> Weird sequence of characters show up when installing or updating plugins
44
50
45
- [ Issue #25 ] ( https://github.com/tmux-plugins/tpm/issues/25 )
51
+ Related: [ issue #25 ] ( https://github.com/tmux-plugins/tpm/issues/25 )
46
52
47
53
- This could be caused by [ tmuxline.vim] ( https://github.com/edkolev/tmuxline.vim )
48
54
plugin. Uninstall it and see if things work.
49
55
56
+ <hr />
57
+
50
58
> "failed to connect to server" error when sourcing .tmux.conf
51
59
52
- [ Issue #48 ] ( https://github.com/tmux-plugins/tpm/issues/48 )
60
+ Related: [ issue #48 ] ( https://github.com/tmux-plugins/tpm/issues/48 )
53
61
54
62
- Make sure ` tmux source ~/.tmux.conf ` command is ran from inside ` tmux ` .
0 commit comments