From 45626294e64839267a7a6ec7daff01b31ae60608 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 7 Nov 2023 04:01:46 +0100 Subject: nvim: Remove bindings I don’t want MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/mango/remap.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.config/nvim/lua/mango/remap.lua b/.config/nvim/lua/mango/remap.lua index 2c41cfc..a5b42b0 100644 --- a/.config/nvim/lua/mango/remap.lua +++ b/.config/nvim/lua/mango/remap.lua @@ -27,17 +27,6 @@ remap('n', '', 'zz') remap('n', 'n', 'nzzzv') remap('n', 'N', 'Nzzzv') --- Paste and delete without clobbering primary register -remap('x', 'p', '"_dP') -remap('nv', 'd', '"_d') - --- Copy to system clipboard -remap('nv', 'y', '"+y') -remap('n', 'Y', '"+Y') - --- Paste from system clipboard -remap('i', '', '"+pa') - -- Swap the jump-to-mark bindings remap('nv', "'", '`') remap('nv', '`', "'") -- cgit v1.2.3