mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
disable tmux plugin for zen mode
This commit is contained in:
parent
d75bdad638
commit
1b6481739c
@ -128,7 +128,7 @@ require("zen-mode").setup {
|
|||||||
},
|
},
|
||||||
twilight = { enabled = true }, -- enable to start Twilight when zen mode opens
|
twilight = { enabled = true }, -- enable to start Twilight when zen mode opens
|
||||||
gitsigns = { enabled = false }, -- disables git signs
|
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
|
-- this will change the font size on kitty when in zen mode
|
||||||
-- to make this work, you need to set the following kitty options:
|
-- to make this work, you need to set the following kitty options:
|
||||||
-- - allow_remote_control socket-only
|
-- - allow_remote_control socket-only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user