From 9157dbff10d9c4f41dcc495ce1adbb9d089112ec Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 31 Aug 2024 03:00:04 -0400 Subject: [PATCH] chore: remove key binding for code action on selection --- lua/data/keys.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lua/data/keys.lua b/lua/data/keys.lua index 43e5087..7f461f2 100644 --- a/lua/data/keys.lua +++ b/lua/data/keys.lua @@ -357,13 +357,6 @@ M.misc = { rhs = "Neotree reveal toggle", desc = "Neotree toggle", }, - -- Code action on selection - { - lhs = "Ca", - rhs = ":lua require('utils.rootiest').code_action_on_selection()", - desc = "Code Action on Selection", - mode = "x", - }, -- Exit Neovim { lhs = "Q",