File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,13 @@ be able to use the plugin.
88
88
Optional (but recommended) install ` gawk ` via your package manager of choice
89
89
for better UTF-8 character support.
90
90
91
+ ### Installation for Tmux 2.3 and earlier
92
+
93
+ Due to the changes in tmux, the latest version of this plugin doesn't support
94
+ tmux 2.3 and earlier. It is recommended you upgrade to tmux version 2.4 or
95
+ later. If you must continue using older version, please follow
96
+ [ these steps for installation] ( docs/installation_for_tmux_2.3.md ) .
97
+
91
98
### Limitations
92
99
93
100
This plugin has some known limitations. Please read about it
Original file line number Diff line number Diff line change
1
+ # Installation for Tmux 2.3 and earlier
2
+
3
+ The installation steps for Tmux 2.3 are based on
4
+ [ manual installation] ( https://github.com/tmux-plugins/tmux-copycat#manual-installation )
5
+ steps, with the addition of using ` tmux-23 ` branch.
6
+
7
+ Create tmux plugins dir:
8
+
9
+ $ mkdir -p ~/.tmux/plugins
10
+
11
+ Clone the repo:
12
+
13
+ $ git clone -b tmux-23 https://github.com/tmux-plugins/tmux-copycat ~/.tmux/plugins/tmux-copycat
14
+
15
+ Add this line to the bottom of ` .tmux.conf ` :
16
+
17
+ run-shell ~/clone/path/copycat.tmux
18
+
19
+ Reload TMUX environment with: ` $ tmux source-file ~/.tmux.conf ` . You should now
20
+ be able to use the plugin.
You can’t perform that action at this time.
0 commit comments