summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/whichkey.lua
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-18 11:35:46 +0100
committerJoe <rbo@gmx.us>2023-12-18 11:35:46 +0100
commit0aa1d3e4481b856781246fccca459b158c967c13 (patch)
treec5c877bcc20152c5e5bba3ebc620d965ad4b96dc /.config/nvim/after/plugin/whichkey.lua
parentup (diff)
downloaddotfiles-bsd-0aa1d3e4481b856781246fccca459b158c967c13.tar.gz
dotfiles-bsd-0aa1d3e4481b856781246fccca459b158c967c13.tar.bz2
dotfiles-bsd-0aa1d3e4481b856781246fccca459b158c967c13.tar.xz
dotfiles-bsd-0aa1d3e4481b856781246fccca459b158c967c13.tar.zst
dotfiles-bsd-0aa1d3e4481b856781246fccca459b158c967c13.zip
up
Diffstat (limited to '.config/nvim/after/plugin/whichkey.lua')
-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 },