mappings: clean old mappings
This commit is contained in:
parent
74f17dbb59
commit
8ae2549f3a
@ -1,6 +1,6 @@
|
||||
local map_list = {
|
||||
["w|"] = ":vsplit", ["w-"] = ":split", -- w| / w- pour créer des splits verticaux et horizontaux
|
||||
["ge"] = ":bprevious", ["gn"] = ":bnext",
|
||||
-- ["w|"] = ":vsplit", ["w-"] = ":split", -- w| / w- pour créer des splits verticaux et horizontaux
|
||||
-- ["ge"] = ":bprevious", ["gn"] = ":bnext",
|
||||
["W"] = ":w", ["<C-t>"] = ":tabnew",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user