mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: update config
This commit is contained in:
parent
b95099877d
commit
e4e014b05f
7 changed files with 650 additions and 650 deletions
|
@ -223,7 +223,7 @@ local mappings2 = {
|
|||
}
|
||||
local mappings = {
|
||||
["a"] = { "<cmd>Alpha<cr>", " Alpha" },
|
||||
["e"] = { "<cmd>NvimTreeToggle<cr><cr>", " Explorer" },
|
||||
["e"] = { "<cmd>NvimTreeToggle<cr>", " Explorer" },
|
||||
["w"] = { "<cmd>w!<CR>", " Save" },
|
||||
["q"] = { "<cmd>q!<CR>", " Quit" },
|
||||
-- open exloler and close toggleterm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue