From 55dad131fba5ca283b2e485569c780b663bca3d3 Mon Sep 17 00:00:00 2001 From: HARSH SHETH Date: Thu, 3 Aug 2023 12:00:48 +0000 Subject: [PATCH] Removes duplicate line in keybind.lua --- lua/options/keybind.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/options/keybind.lua b/lua/options/keybind.lua index b1b15c6..3458ab2 100644 --- a/lua/options/keybind.lua +++ b/lua/options/keybind.lua @@ -26,7 +26,6 @@ map("n", "g", "Neogit kind=split", options) cmap("n", "ff", tele.find_files, options) map("n", "fh", "Telescope find_files hidden=true", options) cmap("n", "fg", tele.git_files, options) -cmap("n", "fg", tele.git_files, options) cmap("n", "fs", function() tele.grep_string({ search = vim.fn.input("Grep > ") });