fix treefocus

This commit is contained in:
François
2025-11-30 11:47:40 +01:00
parent bcbb6a9f83
commit 815c030b77

View File

@@ -30,7 +30,7 @@ map("n", "<A-p>", "<Cmd>BufferPin<CR>")
-- misc -- misc
--map("n", "<leader>s", ":%s//g<Left><Left>") --replace all --map("n", "<leader>s", ":%s//g<Left><Left>") --replace all
map("n", "<leader>T", ":NvimTreeToggle<CR>") --open file explorer map("n", "<leader>T", ":NvimTreeToggle<CR>") --open file explorer
map("n", "<leader>t", ";NvimTreeFocus<CR>") --focus file explorer map("n", "<leader>t", ":NvimTreeFocus<CR>") --focus file explorer
map("n", "<leader>l", ":Twilight<CR>") --surrounding dim map("n", "<leader>l", ":Twilight<CR>") --surrounding dim
-- fzf and grep -- fzf and grep