Skip to content

Commit 9ab7a85

Browse files
author
Bruno Sutic
committed
Recommend installing in the readme
1 parent 67ef0b1 commit 9ab7a85

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,17 @@ How to + useful searches
102102

103103
Add plugin to the list of TPM plugins in `.tmux.conf`:
104104

105-
set -g @tpm_plugins " \
105+
set -g @tpm_plugins ' \
106106
tmux-plugins/tpm \
107107
tmux-plugins/tmux-copycat \
108-
"
108+
'
109109

110110
Hit `prefix + I` to fetch the plugin and source it. You should now be able to
111111
use the plugin.
112112

113+
Optional (but recommended) install `gawk` via your package manager of choice
114+
for better UTF-8 character support.
115+
113116
### Manual Installation
114117

115118
Clone the repo:
@@ -127,6 +130,9 @@ Reload TMUX environment:
127130

128131
You should now be able to use the plugin.
129132

133+
Optional (but recommended) install `gawk` via your package manager of choice
134+
for better UTF-8 character support.
135+
130136
### Other goodies
131137

132138
`tmux-copycat` works great with:

0 commit comments

Comments
 (0)