From 0aa1d3e4481b856781246fccca459b158c967c13 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 18 Dec 2023 11:35:46 +0100 Subject: up --- .config/nvim/after/plugin/whichkey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/after/plugin/whichkey.lua') diff --git a/.config/nvim/after/plugin/whichkey.lua b/.config/nvim/after/plugin/whichkey.lua index 6676d28..9aa8079 100644 --- a/.config/nvim/after/plugin/whichkey.lua +++ b/.config/nvim/after/plugin/whichkey.lua @@ -31,7 +31,7 @@ wk.register({ }, g = { name = 'git', - s = { vim.cmd.Git, 'git' }, + g = { vim.cmd.Git, 'git' }, -- a = { ':Ag', 'the_silver_searcher', noremap = true, silent = true }, -- g = { ':Grep', 'grep', noremap = true, silent = true }, -- r = { ':Rg', 'ripgrep', noremap = true, silent = true }, -- cgit v1.2.3