This commit is contained in:
newbie 2024-02-22 21:21:39 +08:00
parent e4c8ff2f16
commit 840422bde1

View File

@ -30,6 +30,8 @@ G.map({
{ 'n', '<c-c>', ':q<CR>', opt }, { 'n', '<c-c>', ':q<CR>', opt },
{ 'n', '<c-S>', ':w !sudo tee %<CR>', opt }, { 'n', '<c-S>', ':w !sudo tee %<CR>', opt },
{ 'n', '<c-q>', ':q!<CR>', opt }, { 'n', '<c-q>', ':q!<CR>', opt },
{ 'v', '<cs-y>', '"+y', opt },
{ 'n', '<leader>y', 'ggyG', opt }, { 'n', '<leader>y', 'ggyG', opt },