Skip to content

Commit 1c027df

Browse files
author
Bruno Sutic
committed
Merge pull request #60 from Maffblaster/patch-1
Added a bit more clarity.
2 parents 527d123 + 9f44b6f commit 1c027df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Installs and loads TMUX plugins.
66

7-
Tested and working on Linux, OSX and Cygwin.
7+
Tested and working on Linux, OSX, and Cygwin.
88

99
### Installation
1010

@@ -36,28 +36,28 @@ Reload TMUX environment so TPM is sourced:
3636
That's it!
3737

3838
(**Note:** using `set -g @tpm_plugins` is deprecated, but still works alongside
39-
new syntax)
39+
new syntax.)
4040

4141
### Installing plugins
4242

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.
4545

4646
You're good to go! The plugin was cloned to `~/.tmux/plugins/` dir and sourced.
4747

4848
### Uninstalling plugins
4949

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.
5252

5353
All the plugins are installed to `~/.tmux/plugins/` so alternatively you can
5454
find plugin directory there and remove it.
5555

5656
### Key bindings
5757

5858
`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
6161

6262
`prefix + U`
6363
- updates plugin(s)

0 commit comments

Comments
 (0)