From 6bde88b66d8c76a7d1d9e576f467cd5acede1033 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Thu, 8 May 2025 11:02:18 +0300 Subject: feat: add `yanky.nvim` --- lua/config/options.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lua/config/options.lua') diff --git a/lua/config/options.lua b/lua/config/options.lua index cf30af5..5a7be5d 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -59,7 +59,3 @@ map("n", "N", "Nzzzv", { desc = "Previous Search Result" }) -- Reset search highlight on ESC map("n", "", "nohlsearch", { desc = "Reset search highlight" }) - --- Copy and paste to/from clipboard -map("n", "y", [["+y]], { desc = "Copy to clipboard" }) -map("n", "p", [["+p]], { desc = "Paste from clipboard" }) -- cgit v1.2.3-70-g09d2