Adding keymapping and which for Neogit

This commit is contained in:
judokasarin 2024-03-16 13:08:49 +05:30
parent d4a07a465c
commit 1c1af8ae99
2 changed files with 5 additions and 1 deletions

View file

@ -11,7 +11,8 @@ return { -- Useful plugin to show you pending keybinds.
['<leader>r'] = { name = '[R]ename', _ = 'which_key_ignore' },
['<leader>s'] = { name = '[S]earch', _ = 'which_key_ignore' },
['<leader>w'] = { name = '[W]orkspace', _ = 'which_key_ignore' },
['<C-e>'] = { name = '[E]xplorer', _ = 'which_key_ignore' },
['<leader>e'] = { name = '[E]xplorer', _ = 'which_key_ignore' },
['<leader>g'] = { name = '[G]it', _ = 'which_key_ignore' },
}
end,
}