@@ -6,6 +6,8 @@ Installs and loads `tmux` plugins.
6
6
7
7
Tested and working on Linux, OSX, and Cygwin.
8
8
9
+ See list of plugins [ here] ( https://github.com/tmux-plugins/list ) .
10
+
9
11
### Installation
10
12
11
13
Requirements: ` tmux ` version 1.9 (or higher), ` git ` , ` bash ` .
@@ -27,11 +29,11 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
27
29
# Other examples:
28
30
# set -g @plugin 'github_username/plugin_name'
29
31
# set -g @plugin 'github_username/plugin_name#branch'
30
- # set -g @plugin '[email protected] / user/plugin'
31
- # set -g @plugin '[email protected] / user/plugin'
32
+ # set -g @plugin '[email protected] : user/plugin'
33
+ # set -g @plugin '[email protected] : user/plugin'
32
34
33
35
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
34
- run -b ' ~/.tmux/plugins/tpm/tpm'
36
+ run ' ~/.tmux/plugins/tpm/tpm'
35
37
```
36
38
37
39
Reload TMUX environment so TPM is sourced:
@@ -70,10 +72,6 @@ find plugin directory there and remove it.
70
72
` prefix ` + <kbd >alt</kbd > + <kbd >u</kbd >
71
73
- remove/uninstall plugins not on the plugin list
72
74
73
- ### More plugins
74
-
75
- For more plugins, check [ here] ( https://github.com/tmux-plugins ) .
76
-
77
75
### Docs
78
76
79
77
- [ Help, tpm not working] ( docs/tpm_not_working.md ) - problem solutions
@@ -98,17 +96,6 @@ Run tests with:
98
96
$ ./run_tests
99
97
```
100
98
101
- ### Other goodies
102
-
103
- - [ tmux-copycat] ( https://github.com/tmux-plugins/tmux-copycat ) - a plugin for
104
- regex searches in tmux and fast match selection
105
- - [ tmux-yank] ( https://github.com/tmux-plugins/tmux-yank ) - enables copying
106
- highlighted text to system clipboard
107
- - [ tmux-open] ( https://github.com/tmux-plugins/tmux-open ) - a plugin for quickly
108
- opening highlighted file or a url
109
- - [ tmux-continuum] ( https://github.com/tmux-plugins/tmux-continuum ) - automatic
110
- restoring and continuous saving of tmux env
111
-
112
99
### License
113
100
114
101
[ MIT] ( LICENSE.md )
0 commit comments