summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/after/plugin/whichkey.lua2
1 files changed, 1 insertions, 1 deletions
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<CR>', 'the_silver_searcher', noremap = true, silent = true },
-- g = { ':Grep<CR>', 'grep', noremap = true, silent = true },
-- r = { ':Rg<CR>', 'ripgrep', noremap = true, silent = true },