Open varaskkar opened 9 months ago
Hi! I recently started using Zellij and I love it ♥ much more than Tmux. You've made a masterpiece, a must if you use Helix or Neovim.
As to the error, I'm using Manjaro Linux with KDE (X11), Alacritty and Zellij v0.39.2
config.kdl
keybinds clear-defaults=true { normal { bind "Alt d" { DumpScreen "$HOME/Descargas/zellij-dump.txt"; } } }
Having this configuration, I open Alacritty and start Zellij, press Alt + d and it immediately crashes.
Alt + d
However, it works well with a hardcoded path bind "Alt d" { DumpScreen "/home/varaskkar/Descargas/zellij-dump.txt"; }
bind "Alt d" { DumpScreen "/home/varaskkar/Descargas/zellij-dump.txt"; }
Same Issue: https://github.com/zellij-org/zellij/issues/2764
Hi! I recently started using Zellij and I love it ♥ much more than Tmux. You've made a masterpiece, a must if you use Helix or Neovim.
As to the error, I'm using Manjaro Linux with KDE (X11), Alacritty and Zellij v0.39.2
config.kdl
Having this configuration, I open Alacritty and start Zellij, press
Alt + d
and it immediately crashes.However, it works well with a hardcoded path
bind "Alt d" { DumpScreen "/home/varaskkar/Descargas/zellij-dump.txt"; }