mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix +tabs:previous-or-goto typo
This commit is contained in:
@ -448,7 +448,7 @@ directives. By default, this only recognizes C directives.")
|
|||||||
:n "[w" #'+workspace/switch-left)
|
:n "[w" #'+workspace/switch-left)
|
||||||
(:when (featurep! :ui tabs)
|
(:when (featurep! :ui tabs)
|
||||||
:n "gt" #'+tabs:next-or-goto
|
:n "gt" #'+tabs:next-or-goto
|
||||||
:n "gT" #'+tabs:previous-or-got)
|
:n "gT" #'+tabs:previous-or-goto)
|
||||||
|
|
||||||
;; 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