Removes duplicate line in keybind.lua

This commit is contained in:
HARSH SHETH 2023-08-03 12:00:48 +00:00
parent 8cc56f2ca8
commit 55dad131fb

View file

@ -26,7 +26,6 @@ map("n", "<leader>g", "<cmd>Neogit kind=split<CR>", options)
cmap("n", "<leader>ff", tele.find_files, options)
map("n", "<leader>fh", "<cmd>Telescope find_files hidden=true<CR>", options)
cmap("n", "<leader>fg", tele.git_files, options)
cmap("n", "<leader>fg", tele.git_files, options)
cmap("n", "<leader>fs", function()
tele.grep_string({ search = vim.fn.input("Grep > ") });