-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Feature: Keybind for Returning to Previous Tab: #398
Comments
Since it is labelled as a good first issue, I gave it a shot. I have a proof of concept working for this feature. Before submitting a PR, I'd like to address few points regarding implementation:
Thanks |
Hey @sagittarius-a, that is awesome! I think I also think the former is more intuitive, and also what Please do feel free to reach out if you have any more questions! |
Fixes zellij-org#398. Tab key is used as default for the `GoToLastTab` action.
Alright PR is submitted. I hope I did not forget something important. Any feedback appreciated :) |
Fixes zellij-org#398. Tab key is used as default for the `GoToLastTab` action.
Fixes zellij-org#398. Tab key is used as default for the `GoToLastTab` action.
Fixes zellij-org#398. Tab key is used as default for the `GoToLastTab` action.
Fixes zellij-org#398. Tab key is used as default for the `GoToLastTab` action.
As part of #376 I'll be creating issues for missing tmux features for discussion for inclusion in Zellij, or overall improvement if Zellij's equivalent doesn't have as much functionality as Tmux.
This one is fairly simple.
A keybind in which will select the most recent tab you were on before the current one.
Basically Zellij could keep a history of what tabs you were on, and return you to the previous one.
It could be in Normal Mode, or Tab Mode, though I'd imagine it most useful in Normal Mode.
The text was updated successfully, but these errors were encountered: