Replies: 4 comments 6 replies
-
Hey. Thanks for explaining your workflow. I never used multiple panes, so I'll need some more information before implementing the feature. What would you prefer?
I would prefer the last one i.e. single xplr sessions but with a synced selection buffer because it's an ideal candidate for a plugin. It's probably supported right now, if configured correctly. However, your input will help me make a decision. |
Beta Was this translation helpful? Give feedback.
-
How would you like to have This way, you can select the files -> spawn a new xplr (terminal) window cloning from the current session -> paste the files -> quit the new window -> back to the parent session. This way we get the benefits of multiple tabs/windows while maintaining immutability since each new spawned session will have a different state & history. We don't even need to spawn a new window, we can spawn sessions from the same window if we want to. @maximbaz I'd like to get your input too. Let me know if you need further clarification. |
Beta Was this translation helpful? Give feedback.
-
And here's a plugin implementing support for multiple contexts within xplr: https://github.com/igorepst/context-switch.xplr |
Beta Was this translation helpful? Give feedback.
-
And finally, we have dual-pane.xplr. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for creating this. Looks great!
I would love dual pane functionality like in mc.
Would that even be possible in a project like this?
Maybe this can be done with multiple windows like in VIM?
The reason I like dual pane is because most of the time I work with 2 or more locations.
Copy, move, ... you have a from and a destination path. Switching between these 2 locations should be fast and easy.
When I have to use Windows, I use Total Commander. This also has tabs and bookmarks.
Beta Was this translation helpful? Give feedback.
All reactions