fix: disable OSC 52

This commit is contained in:
2025-04-09 02:08:22 +02:00
parent 1bd4dff6ab
commit a2a8d69361
+4
View File
@@ -12,3 +12,7 @@ vim.g.netrw_sort_sequence = '[\\/]\\s*,*'
vim.g.netrw_special_syntax = 1 vim.g.netrw_special_syntax = 1
vim.g.netrw_timefmt = '%d-%m-%Y %H:%M' vim.g.netrw_timefmt = '%d-%m-%Y %H:%M'
vim.g.c_syntax_for_h = 1 vim.g.c_syntax_for_h = 1
local termfeatures = vim.g.termfeatures or {}
termfeatures.osc52 = false
vim.g.termfeatures = termfeatures