summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-08-23 23:18:43 +0200
committerGitHub <noreply@github.com>2021-08-23 23:18:43 +0200
commitb1906c893ac6ba29ff40c79b6c6e961de49d5fe4 (patch)
treebd894c928c903ea45471f37fcff710d72c916d72 /zellij-client
parentd969bbfea751e9442b06e9bc27c24d7d60ef88ed (diff)
parent24ef96b96510d3efba78a965364bab992a8a92fb (diff)
Merge pull request #622 from sagittarius-a/feature/go-to-last-tab
feat(tab): add keybind to go to last tab visited
Diffstat (limited to 'zellij-client')
-rw-r--r--zellij-client/src/input_handler.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/zellij-client/src/input_handler.rs b/zellij-client/src/input_handler.rs
index 8e65df49c..03d223b2e 100644
--- a/zellij-client/src/input_handler.rs
+++ b/zellij-client/src/input_handler.rs
@@ -190,6 +190,7 @@ impl InputHandler {
| Action::GoToPreviousTab
| Action::CloseTab
| Action::GoToTab(_)
+ | Action::ToggleTab
| Action::MoveFocusOrTab(_) => {
self.command_is_executing.blocking_input_thread();
self.os_input