Skip to content

Commit

Permalink
Fix +tabs:previous-or-goto typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed Jun 6, 2021
1 parent 50e71ce commit 751569f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/editor/evil/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 751569f

Please sign in to comment.