fix(terminal): stack only terminal splits by default. Closes #2137

This commit is contained in:
Folke Lemaitre 2025-10-21 16:04:36 +02:00
parent e46a09427c
commit 8c501965be
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -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)