Fix +tabs:previous-or-goto typo

This commit is contained in:
Henrik Lissner 2021-06-06 17:49:26 -04:00
parent 50e71ce765
commit 751569f545

View File

@ -448,7 +448,7 @@ directives. By default, this only recognizes C directives.")
:n "[w" #'+workspace/switch-left)
(:when (featurep! :ui tabs)
:n "gt" #'+tabs:next-or-goto
:n "gT" #'+tabs:previous-or-got)
:n "gT" #'+tabs:previous-or-goto)
;; custom vim-unmpaired-esque keys
:m "]#" #'+evil/next-preproc-directive