Replies: 7 comments 10 replies
-
|
Hi imsif good day to you, The following is to let you know that if you try to rename the pane it will allow you to do so, but if you try to erase the word so you can rename it to something else it wont allow you. if you think it needs to be opened a issue on github let me know, but its odd since if you rename a tabs youll be able to erase and change the name of the tabs without any issue, but if you try to do the same on on panes it wont work, it only allows you to write a new name but once its typed you cant erase any characters of the new name on panes regardless if you try "rename option" Thanks :) |
Beta Was this translation helpful? Give feedback.
-
|
Hello! Can I upgrade running or dead zellij sesssions to new version of zellij? |
Beta Was this translation helpful? Give feedback.
-
|
Also, because #3114 isn't fixed and is really annoying I created my own builds of zellij 0.43.0 that can be downloaded here https://github.com/iprok/zellij_builder/releases/tag/zellij-0.43.0-1 or easily built by yourself using that repository. |
Beta Was this translation helpful? Give feedback.
-
|
Can I start zellij with some session as a server? After system boot, without user login and restart if accidentally exit? I need webshell on the VM. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the hard work and the new release! Quick question though: I have (output copied from my terminal) Did I miss something in the release notes or is this a bug and I should open a bugticket? |
Beta Was this translation helpful? Give feedback.
-
|
Incredible release 🔥 |
Beta Was this translation helpful? Give feedback.
-
|
Hi Imsif, Good day to you, On a suggestion basis, for instance if you open a pane and try resize and move it with the arrow keys youll see that the lenght of the resize its much larger than the one on the panes that are floating , the floating panes for instance if you resize them are much smaller in lenght while doing the resizing which is nicer, i think that in the future it could be useful that the resizing percentages within zellij could be configurable within "zellig configuration kdl" so that the user could determine the amount of lenght the resize it could be applied wether is a pane or a floating pane. this is merely a suggestion that could help a lot in the long run or make it more configurable on the sizing lenght aspect of the panes hope you have a great day ahead Thanks Imsif for all the help given :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Web Client
This release includes the long promised
web-client, allowing Zellij users to start up a built-in web server in order to share their existing terminal sessions in the browser, start new ones or resurrect exited ones.The web-client includes built-in security measures such as enforced authentication and HTTPS. More info in the documentation or the screencast.
This feature is opt-in. The server will not be started except by an explicit user action or configuration. Even so, the Zellij maintainers are aware some users might prefer a version of Zellij that does not include this capability, and so we will now start providing a
zellij-no-webrelease binary. This new binary does not contain this feature or any of its dependencies.Multiple Pane Select + hover effects
This release offers the ability to perform bulk operations on panes. For example: stack multiple panes, break multiple panes to a new tab, float multiple panes, etc. Panes are selected either with the mouse (
Alt+<left-mouse-click>on any pane) or withAlt p.As part of its UI feedback, this feature also includes mouse hover effects. Users who do not like these can disable the feature by adding
advanced_mouse_actions falseto the config. It's unfortunately not yet possible to only disable the hover effects.Optional Key Tooltips for the
compact-barA long requested feature has been the ability to temporarily see the keybinding hints when using the
compact-bar, rather than having them being displayed all the time as they are with thestatus-bar. This version adds an optional tooltip to the compact bar that will appear when toggled or when entering a non-base mode (eg.Pane,Tab, etc.)More info: https://zellij.dev/documentation/faq.html#the-ui-takes-up-too-much-space-what-can-i-do-about-it
Performance Improvements
This version places all renders behind an asynchronous rendering engine, reducing the number of render events sent to the client. While the raw performance numbers themselves will not be directly affected, the perceived performance is much smoother.
Stack Keybinding
While stacked panes have been available in Zellij for a while, this version adds the ability to directly open a new stacked pane on top of the current one. This can be done with
Ctrl p+s(orCtrl g+p+s). For those with a pre-existing config, you can add this line to thekeybindsblock in the config in thepanesection:Fix multiline hyperlinks
A long standing issue with Zellij has been that hyperlinks in the terminal that are broken down by line wraps do not behave properly: clicking on these links would only lead to the first wrap of the URL rather than the full URL itself. This version fixes this issue by utilizing
OSC 8more intelligently (essentially: sending the full link data with each URL wrap and giving them all the same ID so that the terminal emulator knows to underline all of them on hover).post_command_discovery_hookThe Zellij session-resurrection is a much loved and essential feature in Zellij: allowing users to pick up where they left off with their previous session even after a machine reboot. The way Zellij detects running commands in panes though is not perfect, often not working well with command wrappers such as nix, actively running shell pipeline, etc. This version offers a way to mitigate this in the form of a
post_command_discovery_hook, allowing users to apply edits to these commands before they are serialized.More info: https://zellij.dev/documentation/session-resurrection.html#post_command_discovery_hook
Please Sponsor the Zellij Developer! ❤️
Zellij is developed and maintained as a labor of love, but love does not pay the bills.
Zellij will always be free and open-source. Zellij will never contain ads or collect your data.
If you are able, consider sponsoring the Zellij creator and lead developer with a recurring monthly donation. There are Zellij stickers in it for you!
Beta Was this translation helpful? Give feedback.
All reactions