From b21defd4e4d901bbb3615f02d510f8027dd54aa6 Mon Sep 17 00:00:00 2001 From: "Arman.H" Date: Thu, 7 Apr 2022 10:32:03 +0430 Subject: [PATCH] refactor: remove unnecessary mapping --- lua/core/mappings.lua | 3 --- 1 file changed, 3 deletions(-) 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()