chores(all): format
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user