From 1b6481739cc4ff5bd6e8ea715415af294f7280d0 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Mon, 5 Dec 2022 10:24:35 -0500 Subject: [PATCH] disable tmux plugin for zen mode --- .config/nvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index f079371..0d937fa 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -128,7 +128,7 @@ require("zen-mode").setup { }, twilight = { enabled = true }, -- enable to start Twilight when zen mode opens gitsigns = { enabled = false }, -- disables git signs - tmux = { enabled = true }, -- disables the tmux statusline + tmux = { enabled = false }, -- disables the tmux statusline -- this will change the font size on kitty when in zen mode -- to make this work, you need to set the following kitty options: -- - allow_remote_control socket-only