Results 57 comments of Don

This is resolved by PR https://github.com/copier-org/copier/pull/1886 The issue can be repro'd by executing the test case `test_gitignore_file_unignored` *without* the `--force` flag included in the `git add` command. With the `--force`...

Thanks for the report and the suggested workaround. This seems to be an inherited limitation in the Zellij API. Aram hasn't cut a Zellij release in a while, but has...

FWIW, when opening a floating pane from within [Neo]vim using the companion plugin, [zellij.vim](https://github.com/fresh2dev/zellij.vim), the floating window is opened in "Normal" mode (unlocked). This also has the helpful effect of...

It seems this is fixed upstream in Zellij v0.41.2 without the need for any workarounds. Anyone want to confirm this before I close the issue?

@claytonrcarter, in the meantime: ``` "space a ;": [ "workspace::SendKeystrokes", "m ` shift-a ; escape ` `" ], ``` - `` m` `` to mark before jump - `shift-a` to...

> maybe you can explain how the project root for the purposes of exclude would be resolved with an XDG base directory. I'm a fan of a global config option....

I cannot repro this manually, but I *have* encountered this behavior when using the same Zellij session for a long period of time (some days). When this happens, you may...

Just published v0.2.0 of this plugin which takes advantage of the new Zellij API enhancements. Can someone confirm that this resolves whatever issue you were having?

I've never encountered this issue, and I have several AnyBox apps that run indefinitely. Maybe it's the ImageMagick image conversion that's eating up RAM? 🤷