mappings: clean old mappings

This commit is contained in:
Fabrice Mouhartem 2024-04-03 12:48:21 +02:00
parent 74f17dbb59
commit 8ae2549f3a
1 changed files with 2 additions and 2 deletions

View File

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