From cef2899bba3c7421027d1200aed5a6b9732fb172 Mon Sep 17 00:00:00 2001 From: zbirenbaum Date: Sat, 21 May 2022 01:18:36 -0400 Subject: [PATCH] fix #1109 --- lua/plugins/configs/others.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/plugins/configs/others.lua b/lua/plugins/configs/others.lua index 2012df87..5a5e3bbd 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