Adding keymapping and which for Neogit
This commit is contained in:
parent
d4a07a465c
commit
1c1af8ae99
2 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue