This commit is contained in:
2025-08-08 03:36:34 +02:00
parent f80e1dd013
commit f5657d958d
14 changed files with 153 additions and 38 deletions

View File

@@ -5,9 +5,7 @@ local wk = require 'which-key'
wk.add {
mode = { 'n', 'v', 'i' },
{ '<leader>E', group = 'Affichage' }, -- group
{ '<C-PageUp>', '<CMD>bprevious<CR>', desc = 'Buffer précédent', silent = true },
{ '<C-PageDown>', '<CMD>bnext<CR>', desc = 'Buffer suivant', silent = true },
{ '<leader>A', group = 'Affichage' }, -- group
}
-- The line beneath this is called `modeline`. See `:help modeline`