mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
feat(fish): tmux_sessionizer auto launches nvim
This commit is contained in:
parent
255fba2a2e
commit
b786240c93
2 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue