This commit is contained in:
2025-08-29 23:21:21 +02:00
parent 20a49c3f58
commit e46f58fd20
14 changed files with 219 additions and 152 deletions

View File

@@ -1,4 +1,4 @@
-- Key mappings groups
-- key mappings groups
--
local status_wk, wk = pcall(require, 'which-key')
@@ -12,6 +12,7 @@ wk.add {
mode = { 'n' },
{ '<leader>s', group = '[s]earch' },
{ '<leader>t', group = '[t]oggles' },
{ '<leader>T', group = '[T]erminal' },
},
{