From 710d7ba9394761b5cb1ccff85dc6788118d765e6 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 31 Aug 2023 11:07:56 +0200 Subject: Changed substitute keybindings to 'leader-sg' --- lua/user/keys.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/user/keys.lua b/lua/user/keys.lua index 797c4fe..1813f20 100644 --- a/lua/user/keys.lua +++ b/lua/user/keys.lua @@ -182,8 +182,8 @@ end map('v', 'sr', 'y:%s/"//gc') -- Substitute globally and locally in the selected region. -map('n', 'ss', ':%s//g') -map('v', 'ss', ':s//g') +map('n', 'sg', ':%s//g') +map('v', 'sg', ':s//g') -- Toggle completion map('n', 'tc', ':lua require("user.mods").toggle_completion()') -- cgit v1.2.3