fix treefocus
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user