-
Right now, when we set a pane to full screen (` + p + f`) it hides the status bar as well as the other panes.
To fix this, we need to create a new plugin api (something like: `do_not_hide_in_fullsc…
-
The new pane should be opened with the current working directory of the active pane instead of the default directory (`/home/user` in case of Linux)
```rust
use std::env;
let path = env::current_…
-
I have this weird situation that the upper part isn't a zellij pane but the bottom is. In the picture you can see I can't go up.
![Screen Shot 2021-04-04 at 20 35 34](https://user-images.githubuse…
-
version `0.12.0`
### Reproduction
Run `time cat 1_000_000_lines.txt` and compare it with the time measured by wall clock. The amount of time `time` reports is significantly less than what is obser…
-
I'm trying to compile from source for NixOS.
I am using the crate to get the source, is that the right way?
I noticed that the source code for the crate doesn't include the Makefile.toml.
I also g…
-
With the default keybindings of Zellij we have a limitation: we can't define a lot of keybindings that are not behind some sort of super/meta key because we would quickly collide with various operatin…