This commit is contained in:
2025-08-10 14:02:33 +02:00
parent 36f51bb73c
commit bc65b628dd
13 changed files with 246 additions and 94 deletions

View File

@@ -5,7 +5,7 @@ local wk = require 'which-key'
wk.add {
mode = { 'n', 'v', 'i' },
{ '<leader>q', '<CMD>qall<CR>', desc = 'Quitter', silent = true },
{ '<C-q>', '<CMD>qall<CR>', desc = 'Quitter', silent = true },
}
-- The line beneath this is called `modeline`. See `:help modeline`