From 4e6317e3bf9a6e28ac59dcb43e627abe961a532b Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 22 Mar 2024 13:36:29 +0000 Subject: [PATCH] chore: remove lazy keybinds --- lua/core/keybinds.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index 7fa67ca..0e05413 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -18,11 +18,6 @@ wk.register({ j = { "tabprev", "Previous Tab" }, k = { "tabnext", "Next Tab" }, }, - l = { - name = "lazy", - u = { "Lazy update", "Update" }, - s = { "Lazy sync", "Sync" }, - }, g = { name = "git", p = { "Neogit cwd=" .. vim.fn.expand("%:p:h") .. " push", "Push Popup" },