Skip to content

Commit 51ff07a

Browse files
author
Bruno Sutic
committed
Docs wording change
1 parent 620f06c commit 51ff07a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tpm_not_working.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Here's the list of issues users had with `tpm`:
1414
- ZSH tmux plugin might be causing issues.<br/>
1515
If you have it installed, try disabling it and see if `tpm` works then.
1616

17-
> Help, I'm using `tmux -f /path/to/my_tmux.conf` option to start Tmux and for
18-
some reason plugins aren't loaded!?
17+
> Help, I'm using custom config file with `tmux -f /path/to/my_tmux.conf`
18+
to start Tmux and for some reason plugins aren't loaded!?
1919

2020
[Issue #57](https://github.com/tmux-plugins/tpm/issues/57)
2121

22-
`tpm` has a known issue when using alternative config file with `-f` option.
23-
The solution is to use alternative plugin definition. Here are the steps to
24-
make it work:
22+
`tpm` has a known issue when using custom config file with `-f` option.
23+
The solution is to use alternative plugin definition syntax. Here are the steps
24+
to make it work:
2525

2626
1. remove all `set -g @plugin` lines from tmux config file
2727
2. in the config file define the plugins in the following way:

0 commit comments

Comments
 (0)