Fix #2576: bind gt/gT for navigating centaur tabs

This commit is contained in:
Henrik Lissner 2020-02-20 18:21:56 -05:00
parent 0e1a737127
commit 82b1efeb8a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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