diff options
author | Joe <rbo@gmx.us> | 2023-12-18 11:35:46 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-18 11:35:46 +0100 |
commit | 0aa1d3e4481b856781246fccca459b158c967c13 (patch) | |
tree | c5c877bcc20152c5e5bba3ebc620d965ad4b96dc /.config/nvim/after/plugin/whichkey.lua | |
parent | up (diff) | |
download | dotfiles-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.lua | 2 |
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 }, |