Fix +tabs:previous-or-goto typo
This commit is contained in:
parent
50e71ce765
commit
751569f545
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue