From 05ad42d77e8b198902bc0753ba222073974116c7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 15 Jul 2022 23:38:37 +0100 Subject: [PATCH] feat(workspaces/tab-bar): add keybindings for tab-duplicate --- modules/workspaces/siren-tab-bar.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/workspaces/siren-tab-bar.el b/modules/workspaces/siren-tab-bar.el index fe8e39f..e5e5b57 100644 --- a/modules/workspaces/siren-tab-bar.el +++ b/modules/workspaces/siren-tab-bar.el @@ -25,6 +25,8 @@ "C-l" 'tab-recent "r" 'tab-rename "C-r" 'tab-rename + "d" 'tab-duplicate + "C-d" 'tab-duplicate "n" 'siren-tab-bar-move-tab-right "p" 'siren-tab-bar-move-tab-left "s" 'siren-tab-bar-switch-to-or-create-tab