mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(terminal): stack only terminal splits by default. Closes #2137
This commit is contained in:
parent
e46a09427c
commit
8c501965be
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ Snacks.config.style("terminal", {
|
|||
filetype = "snacks_terminal",
|
||||
},
|
||||
wo = {},
|
||||
stack = true, -- when enabled, multiple split windows with the same position will be stacked together (useful for terminals)
|
||||
keys = {
|
||||
q = "hide",
|
||||
gf = function(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue