From 82b1efeb8ad03b13f386132361a1d97b1fc66359 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 20 Feb 2020 18:21:56 -0500 Subject: [PATCH] Fix #2576: bind gt/gT for navigating centaur tabs --- modules/editor/evil/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 714e1518b..ffa82f65b 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -458,6 +458,9 @@ To change these keys see `+evil-repeat-keys'." :n "gT" #'+workspace:switch-previous :n "]w" #'+workspace/switch-right :n "[w" #'+workspace/switch-left) + (:when (featurep! :ui tabs) + :n "gt" #'centaur-tabs-forward + :n "gT" #'centaur-tabs-backward) ;; custom vim-unmpaired-esque keys :m "]#" #'+evil/next-preproc-directive