summaryrefslogtreecommitdiffstats
path: root/default-plugins/status-bar/src/tip/data/sync_tab.rs
diff options
context:
space:
mode:
Diffstat (limited to 'default-plugins/status-bar/src/tip/data/sync_tab.rs')
-rw-r--r--default-plugins/status-bar/src/tip/data/sync_tab.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/default-plugins/status-bar/src/tip/data/sync_tab.rs b/default-plugins/status-bar/src/tip/data/sync_tab.rs
index 486e2aa24..71a4ed50a 100644
--- a/default-plugins/status-bar/src/tip/data/sync_tab.rs
+++ b/default-plugins/status-bar/src/tip/data/sync_tab.rs
@@ -45,7 +45,7 @@ pub fn sync_tab_short(help: &ModeInfo) -> LinePart {
fn add_keybinds(help: &ModeInfo) -> Vec<ANSIString> {
let to_tab = action_key(
- &help.get_mode_keybinds(),
+ &help.get_keybinds_for_mode(InputMode::Normal),
&[Action::SwitchToMode(InputMode::Tab)],
);
let sync_tabs = action_key(