From c6b4d0150b9c385ddd81030e834d04a9ccaf088c Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sat, 29 Feb 2020 08:16:56 -0500 Subject: [PATCH] Add keybinding to switch tab groups --- emacs/init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.org b/emacs/init.org index 126fde4..77e9830 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2312,6 +2312,7 @@ UI-related keybindings: :general ((normal motion visual) "g t" #'centaur-tabs-forward) ((normal motion visual) "g T" #'centaur-tabs-backward) + (leader-map "pt" #'centaur-tabs-counsel-switch-group) :hook (git-commit-mode . (lambda () (when (centaur-tabs-mode-on-p)