Fix #2576: bind gt/gT for navigating centaur tabs
This commit is contained in:
parent
0e1a737127
commit
82b1efeb8a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue