diff --git a/lua/plugins/configs/others.lua b/lua/plugins/configs/others.lua index 2012df8..5a5e3bb 100644 --- a/lua/plugins/configs/others.lua +++ b/lua/plugins/configs/others.lua @@ -214,9 +214,6 @@ end M.misc_mappings = function() local map = nvchad.map - -- Don't copy the replaced text after pasting in visual mode - map("v", "p", '"_dP') - -- Allow moving the cursor through wrapped lines with j, k, and -- http://www.reddit.com/r/vim/comments/2k4cbr/problem_with_gj_and_gk/ -- empty mode is same as using :map