Browse Source
fix(which-key): use Capitalized case for terminal
my-config
NTBBloodbath
3 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
1 changed files with
1 additions and
1 deletions
-
lua/doom/modules/config/doom-whichkey.lua
|
|
@ -186,7 +186,7 @@ return function() |
|
|
|
['e'] = { 'Tree Explorer' }, |
|
|
|
['m'] = { 'Minimap' }, |
|
|
|
['s'] = { 'Symbols' }, |
|
|
|
['t'] = { 'terminal' }, |
|
|
|
['t'] = { 'Terminal' }, |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|