chores(all): format

This commit is contained in:
2024-11-10 15:38:47 +01:00
parent 6851e16bcf
commit 8f04c0e04c
9 changed files with 42 additions and 40 deletions

View File

@ -1,7 +1,8 @@
local map_list = {
-- ["w|"] = ":vsplit", ["w-"] = ":split", -- w| / w- pour créer des splits verticaux et horizontaux
-- ["ge"] = ":bprevious", ["gn"] = ":bnext",
["W"] = ":w", ["<C-t>"] = ":tabnew",
["W"] = ":w",
["<C-t>"] = ":tabnew",
}
local keymap = vim.keymap.set