diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index 4c89b2f..449013e 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -42,9 +42,6 @@ M.misc = function() map_wrapper("n", "", ":noh ") -- center cursor when moving (goto_definition) - - -- yank from current cursor to end of line - map_wrapper("n", "Y", "yg$") end local function optional_mappings()