Removes duplicate line in keybind.lua
This commit is contained in:
parent
8cc56f2ca8
commit
55dad131fb
|
@ -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 > ") });
|
||||
|
|
Loading…
Reference in a new issue