refactor: remove unnecessary mapping
This commit is contained in:
parent
03563f30cc
commit
b21defd4e4
|
@ -42,9 +42,6 @@ M.misc = function()
|
||||||
map_wrapper("n", "<Esc>", ":noh <CR>")
|
map_wrapper("n", "<Esc>", ":noh <CR>")
|
||||||
|
|
||||||
-- center cursor when moving (goto_definition)
|
-- center cursor when moving (goto_definition)
|
||||||
|
|
||||||
-- yank from current cursor to end of line
|
|
||||||
map_wrapper("n", "Y", "yg$")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local function optional_mappings()
|
local function optional_mappings()
|
||||||
|
|
Loading…
Reference in New Issue