From 840422bde14c00c8669ab73ec768371040537172 Mon Sep 17 00:00:00 2001 From: newbie Date: Thu, 22 Feb 2024 21:21:39 +0800 Subject: [PATCH] update --- lua/keymap.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/keymap.lua b/lua/keymap.lua index 7a972c2..9b04fd1 100644 --- a/lua/keymap.lua +++ b/lua/keymap.lua @@ -30,6 +30,8 @@ G.map({ { 'n', '', ':q', opt }, { 'n', '', ':w !sudo tee %', opt }, { 'n', '', ':q!', opt }, + { 'v', '', '"+y', opt }, + { 'n', 'y', 'ggyG', opt },