feat(fish): tmux_sessionizer auto launches nvim

This commit is contained in:
Léana 江 2023-05-05 15:21:55 +02:00 committed by Léana 江
parent 255fba2a2e
commit b786240c93
2 changed files with 8 additions and 2 deletions

View file

@ -5,7 +5,7 @@ require "zen-mode".setup {
-- * an absolute number of cells when > 1
-- * a percentage of the width / height of the editor when <= 1
-- * a function that returns the width or the height
width = 120, -- width of the Zen window
width = 100, -- width of the Zen window
height = 1, -- height of the Zen window
-- by default, no options are changed for the Zen window
-- uncomment any of the options below, or add other vim.wo options you want to apply