From 56e2215063a96f5ad55b8eb218a3c098cb862f32 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 4 Apr 2023 10:59:55 +0400 Subject: Отключение мыши в терминале MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valentin Popov --- lua/settings.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/settings.lua') diff --git a/lua/settings.lua b/lua/settings.lua index 5ef22e0..49cce08 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -1,6 +1,8 @@ local opt = vim.opt -- Общие настройки +opt.mouse = '' -- Отключение мыши в терминале +opt.ttymouse = '' -- Отключение мыши в терминале opt.swapfile = false -- Отключение SWAP файлов -- Настройка отступов -- cgit v1.2.3