mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #2576: bind gt/gT for navigating centaur tabs
This commit is contained in:
@ -458,6 +458,9 @@ To change these keys see `+evil-repeat-keys'."
|
|||||||
:n "gT" #'+workspace:switch-previous
|
:n "gT" #'+workspace:switch-previous
|
||||||
:n "]w" #'+workspace/switch-right
|
:n "]w" #'+workspace/switch-right
|
||||||
:n "[w" #'+workspace/switch-left)
|
:n "[w" #'+workspace/switch-left)
|
||||||
|
(:when (featurep! :ui tabs)
|
||||||
|
:n "gt" #'centaur-tabs-forward
|
||||||
|
:n "gT" #'centaur-tabs-backward)
|
||||||
|
|
||||||
;; custom vim-unmpaired-esque keys
|
;; custom vim-unmpaired-esque keys
|
||||||
:m "]#" #'+evil/next-preproc-directive
|
:m "]#" #'+evil/next-preproc-directive
|
||||||
|
Reference in New Issue
Block a user