Skip to content

Commit 9bfbac2

Browse files
author
Bruno Sutic
committed
Better issues separation in tpm_not_working.md
1 parent 284b28e commit 9bfbac2

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/tpm_not_working.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
Here's the list of issues users had with `tpm`:
44

5+
<hr />
6+
57
> Nothing works. `tpm` key bindings `prefix + I`, `prefix + U` not even
68
defined.
79

8-
[Issue #22](https://github.com/tmux-plugins/tpm/issues/22)
10+
Related [issue #22](https://github.com/tmux-plugins/tpm/issues/22)
911

1012
- Do you have required `tmux` version to run `tpm`?<br/>
1113
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`:
1416
- ZSH tmux plugin might be causing issues.<br/>
1517
If you have it installed, try disabling it and see if `tpm` works then.
1618

19+
<hr />
20+
1721
> Help, I'm using custom config file with `tmux -f /path/to/my_tmux.conf`
1822
to start Tmux and for some reason plugins aren't loaded!?
1923

20-
[Issue #57](https://github.com/tmux-plugins/tpm/issues/57)
24+
Related [issue #57](https://github.com/tmux-plugins/tpm/issues/57)
2125

2226
`tpm` has a known issue when using custom config file with `-f` option.
2327
The solution is to use alternative plugin definition syntax. Here are the steps
@@ -40,15 +44,19 @@ to make it work:
4044

4145
The plugins should now be working.
4246

47+
<hr />
48+
4349
> Weird sequence of characters show up when installing or updating plugins
4450
45-
[Issue #25](https://github.com/tmux-plugins/tpm/issues/25)
51+
Related: [issue #25](https://github.com/tmux-plugins/tpm/issues/25)
4652

4753
- This could be caused by [tmuxline.vim](https://github.com/edkolev/tmuxline.vim)
4854
plugin. Uninstall it and see if things work.
4955

56+
<hr />
57+
5058
> "failed to connect to server" error when sourcing .tmux.conf
5159
52-
[Issue #48](https://github.com/tmux-plugins/tpm/issues/48)
60+
Related: [issue #48](https://github.com/tmux-plugins/tpm/issues/48)
5361

5462
- Make sure `tmux source ~/.tmux.conf` command is ran from inside `tmux`.

0 commit comments

Comments
 (0)