refactor: remove unnecessary mapping

This commit is contained in:
Arman.H 2022-04-07 10:32:03 +04:30 committed by siduck
parent 03563f30cc
commit b21defd4e4
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ M.misc = function()
map_wrapper("n", "<Esc>", ":noh <CR>")
-- center cursor when moving (goto_definition)
-- yank from current cursor to end of line
map_wrapper("n", "Y", "yg$")
end
local function optional_mappings()