You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zellij --version: zellij 0.35.1 stty size: 36 152 uname -av: Linux DARE 4.4.0-19041-Microsoft #2311-Microsoft Tue Nov 08 17:09:00 PST 2022 x86_64 GNU/Linux (I am running WSL1)
List of programs you interact with as, PROGRAM --version: output cropped meaningful, for example:
> nvim --version
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by builduser
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
Run :checkhealth for more info
Swap to the STACKED swap layout by pressing ALT + ]
See all the panes are stacked below each other
Try to create a new pane by pressing ALT + N, but nothing happens. Trying CTRL+P -> d to split down shows CANNOT SPLIT and also CTRL+P -> r to split to the right shows CANNOT SPLIT
Workaround:
The workaround seems to be switch back to the HORIZONTAL or VERTICAL swap layout, then create the new pane, and then switch back to the STACKED swap layout
The text was updated successfully, but these errors were encountered:
Basic information
zellij --version
:zellij 0.35.1
stty size
:36 152
uname -av
:Linux DARE 4.4.0-19041-Microsoft #2311-Microsoft Tue Nov 08 17:09:00 PST 2022 x86_64 GNU/Linux
(I am running WSL1)List of programs you interact with as,
PROGRAM --version
: output cropped meaningful, for example:Further information
Reproduction steps:
zellij setup --dump-layout default > ~/.config/zellij/layouts/default.kdl
zellij setup --dump-swap-layout default > ~/.config/zellij/layouts/default.swap.kdl
vim ~/.config/zellij/layouts/default.swap.kdl
stacked
that comes by default to:wq
zellij
STACKED
swap layout by pressingALT + ]
CTRL+P -> d
to split down showsCANNOT SPLIT
and alsoCTRL+P -> r
to split to the right showsCANNOT SPLIT
Workaround:
The workaround seems to be switch back to the
HORIZONTAL
orVERTICAL
swap layout, then create the new pane, and then switch back to theSTACKED
swap layoutThe text was updated successfully, but these errors were encountered: