Browse Source

fix(which-key): use Capitalized case for terminal

my-config
NTBBloodbath 3 years ago
parent
commit
a60f144fff
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 2
      lua/doom/modules/config/doom-whichkey.lua

2
lua/doom/modules/config/doom-whichkey.lua

@ -186,7 +186,7 @@ return function()
['e'] = { 'Tree Explorer' },
['m'] = { 'Minimap' },
['s'] = { 'Symbols' },
['t'] = { 'terminal' },
['t'] = { 'Terminal' },
},
}

Loading…
Cancel
Save