We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a293f commit 7de4312Copy full SHA for 7de4312
1 file changed
lua/plugins/config/blink.lua
@@ -182,14 +182,12 @@ M.config = function()
182
score_offset = score_offset['tmux'] or 0,
183
module = "blink-cmp-tmux",
184
name = "tmux",
185
- -- default options
+ -- stay lean when panes are full of logs
186
opts = {
187
all_panes = true,
188
- capture_history = true,
189
- -- only suggest completions from `tmux` if the `trigger_chars` are
190
- -- used
191
- triggered_only = false,
192
- trigger_chars = { "." }
+ capture_history = false,
+ triggered_only = true,
+ trigger_chars = { ".", "/" },
193
},
194
195
env = {
0 commit comments