-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange behaviour #1
Comments
Can you give a bit more information? ie, your zellij version, though I don't think any updates would have broken it, and when it broke. Did it not work from the start or what? |
Hi @blank2121 you are right, my apologies. stty size: 58 253 Yes, it didn't work from the start. |
If it didn't even work from the start, then it must be to a version issue as wasm doesn't have compatibility issues from machine to machine. I have some time today, so I'm going to investigate. |
@blank2121 when you say "a version issue" you mean "zellij version"? Hence a problem with Zellij 0.40.0? |
Precisely, if it doesn't work from the start for you, my guess is some feature changes made my previously functional code no longer functional. |
I installed your plugin for the first time on Zellij 0.40.0. |
Yes, I have more time today so I'm going to do some detective work. I'm going to work on this today and I don't expect this to be too challenging |
Fantastic, let me know. I will be your beta tester :) p.a. Same issue with a similar plugin: https://github.com/Nacho114/harpoon maybe it's really Zellij 0.40.0 |
weird because if it is an issue with harpoon as well then I think there is something up with you machine as i updated the dependencies to 0.40.0 and updated my harpoon and they both work as intended. Can I see you config where the plugin would be ran? also where you have the .wasm file? |
this is the entire zellij config file where you will see
|
And this is my default layout:
This is the output of the plugin |
wait so where is the issue? If that is the output then it looks like it is in order. there are no duplicate panels. those repeats mean that you have visited them multiple times. though you originally said that some were missing. |
I thought that I would see the list of all panels of all tabs. Maybe I misunderstood the function of the plugin? |
The function of the plugin is to keep track of the panels you move from and too and to track that. Then my plugin makes it so you can backtrack through those movements making switching to previously used panels easier. Though the main application comes when you use multiple tabs though Zellij tracks them in a way that makes that odd. That is the thing that I personally plan to fix as that is where the application of this plugin truly is seen. if the function of this plugin was not what you were looking for then still share as I enjoyed the process and maybe will make that my next Zellij based project. (I also plan to make a Zellij plugin installer though) |
So, my apologie.. I misunderstood the goal of this plugin. I would like to have a plugin to navigate easily all the panels of all the tabs. For example I'm using room to easily navigate between tabs. I would like to do the same thing with panels. Maybe harpoon could be the solution, but as I said, I receive in output an empty panel. I opened an issue here |
That should be specified in the README but you have to run it with the keyboard shortcut first and then it will track the changes and sadly at the moment it bugs out when changing panels in tabs (though maybe version 0.40.0 fixed that). I'll take that idea from you (and refer you as the original idea) and potentially make that. Room is great but it only does tabs and it would be very easy to make a version that adds the specific panels. I could probably fork that and add that as a feature. with that unless you have anything else, I will close this thread |
You can certainly close. And thanks for the help. Just a comparison, does harpoon work for you? If it works for you, do you have any ideas what my problem might be? |
I'm not too sure why as it depends on the issues you face. for me i run the plugin and it worked as intended. to test of it is an issue with config vs the file, i'd suggest running |
miss understanding of functionality/purpose of plugin. Issue resolved. |
It doesn't seem to work properly. There are duplicated panels and a lot of missing panels. I think that this would be an extremely useful plugin!
The text was updated successfully, but these errors were encountered: