@@ -62,29 +62,6 @@ Copying a highlighted match will take you "out" of copycat mode. Paste with
62
62
Copying highlighted matches can be enhanced with
63
63
[ tmux yank] ( https://github.com/tmux-plugins/tmux-yank ) .
64
64
65
- ### Limitations
66
-
67
- - This plugin tries hard to consistently enable "marketed" features. It uses some
68
- hacks to go beyond the APIs Tmux provides. Because of this, it might have some
69
- "rough edges" and there's nothing that can be done.
70
-
71
- Examples: non-perfect file and url matching and selection. That said, usage
72
- should be fine in +90% cases.
73
-
74
- - feel free to report search cases you think should work, but are not
75
- (provide examples pls!). I'm open to the idea of adding more saved searches.
76
-
77
- - Tmux ` vi ` copy mode works faster than ` emacs ` . If you don't have a preference
78
- yet and to speed up ` tmux_copycat ` , I recommend putting this in ` .tmux.conf `
79
- to set Tmux copy mode to ` vi ` :
80
-
81
- set -g mode-keys vi
82
-
83
- - remapping ` Escape ` key in copy mode will break the plugin. If you have this
84
- in your ` .tmux.conf ` , please consider removing it:
85
-
86
- bind -t vi-copy Escape cancel
87
-
88
65
### Installation with [ Tmux Plugin Manager] ( https://github.com/tmux-plugins/tpm ) (recommended)
89
66
90
67
Add plugin to the list of TPM plugins in ` .tmux.conf ` :
@@ -107,16 +84,17 @@ Add this line to the bottom of `.tmux.conf`:
107
84
108
85
run-shell ~/clone/path/copycat.tmux
109
86
110
- Reload TMUX environment:
111
-
112
- # type this in terminal
113
- $ tmux source-file ~/.tmux.conf
114
-
115
- You should now be able to use the plugin.
87
+ Reload TMUX environment with: ` $ tmux source-file ~/.tmux.conf ` . You should now
88
+ be able to use the plugin.
116
89
117
90
Optional (but recommended) install ` gawk ` via your package manager of choice
118
91
for better UTF-8 character support.
119
92
93
+ ### Limitations
94
+
95
+ This plugin has some known limitations. Please read about it
96
+ [ here] ( docs/limitations.md ) .
97
+
120
98
### Docs
121
99
122
100
- Most of the behavior of tmux-copycat can be customized via tmux options.
0 commit comments