We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954182c commit 8860e27Copy full SHA for 8860e27
README.md
@@ -29,6 +29,20 @@ $ curl -Ls ellipsis.sh | PACKAGES='ellipsis-tpm' sh
29
The `.ellipsis/bin` folder should be added to your path. If it isn't you will
30
need to symlink `.ellipsis/bin/ellipsis-tpm` to a folder that is in your path.
31
32
+### Switching from [TPM][tpm]
33
+
34
+Make sure your using the `@plugin` notation, switch the initialization line in
35
+your tmux.conf and your good to go!
36
37
+```
38
+# Remove this
39
+set -g @plugin 'tmux-plugins/tpm'
40
+run '~/.tmux/plugins/tpm/tpm'
41
42
+# Add this
43
+run 'ellipsis-tpm run'
44
45
46
### Usage
47
48
Add your plugins in your `.tmux.conf` file.
0 commit comments