File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Installs and loads TMUX plugins.
6
6
7
- Tested and working on Linux, OSX and Cygwin.
7
+ Tested and working on Linux, OSX, and Cygwin.
8
8
9
9
### Installation
10
10
@@ -36,28 +36,28 @@ Reload TMUX environment so TPM is sourced:
36
36
That's it!
37
37
38
38
(** Note:** using ` set -g @tpm_plugins ` is deprecated, but still works alongside
39
- new syntax)
39
+ new syntax. )
40
40
41
41
### Installing plugins
42
42
43
- 1 . add new plugin to ` .tmux.conf ` with ` set -g @plugin '...' `
44
- 2 . hit ` prefix + I ` (I as in ** I** nstall) to fetch the plugin
43
+ 1 . Add new plugin to ` ~/ .tmux.conf` with ` set -g @plugin '...' `
44
+ 2 . Press ` prefix + I ` (capital I, as in ** I** nstall) to fetch the plugin.
45
45
46
46
You're good to go! The plugin was cloned to ` ~/.tmux/plugins/ ` dir and sourced.
47
47
48
48
### Uninstalling plugins
49
49
50
- 1 . remove (or comment out) plugin from the list
51
- 2 . hit ` prefix + alt + u ` (u as in ** u** ninstall) to remove the plugin
50
+ 1 . Remove (or comment out) plugin from the list.
51
+ 2 . Press ` prefix + alt + u ` (lowercase u as in ** u** ninstall) to remove the plugin.
52
52
53
53
All the plugins are installed to ` ~/.tmux/plugins/ ` so alternatively you can
54
54
find plugin directory there and remove it.
55
55
56
56
### Key bindings
57
57
58
58
` prefix + I `
59
- - installs new plugins from github or any other git repo
60
- - refreshes TMUX environment
59
+ - Installs new plugins from GitHub or any other git repository
60
+ - Refreshes TMUX environment
61
61
62
62
` prefix + U `
63
63
- updates plugin(s)
You can’t perform that action at this time.
0 commit comments