File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,17 @@ How to + useful searches
102
102
103
103
Add plugin to the list of TPM plugins in ` .tmux.conf ` :
104
104
105
- set -g @tpm_plugins " \
105
+ set -g @tpm_plugins ' \
106
106
tmux-plugins/tpm \
107
107
tmux-plugins/tmux-copycat \
108
- "
108
+ '
109
109
110
110
Hit ` prefix + I ` to fetch the plugin and source it. You should now be able to
111
111
use the plugin.
112
112
113
+ Optional (but recommended) install ` gawk ` via your package manager of choice
114
+ for better UTF-8 character support.
115
+
113
116
### Manual Installation
114
117
115
118
Clone the repo:
@@ -127,6 +130,9 @@ Reload TMUX environment:
127
130
128
131
You should now be able to use the plugin.
129
132
133
+ Optional (but recommended) install ` gawk ` via your package manager of choice
134
+ for better UTF-8 character support.
135
+
130
136
### Other goodies
131
137
132
138
` tmux-copycat ` works great with:
You can’t perform that action at this time.
0 commit comments