diff --git a/src/components/branchlist.rs b/src/components/branchlist.rs index 34c7255b..5f7c1e64 100644 --- a/src/components/branchlist.rs +++ b/src/components/branchlist.rs @@ -281,6 +281,9 @@ impl Component for BranchListComponent { self.queue .push(InternalEvent::CompareCommits(b, None)); } + } else if e == self.key_config.cmd_bar_toggle { + //do not consume if its the more key + return Ok(EventState::NotConsumed); } }