nvim: Lazy keybind
This commit is contained in:
parent
b18dd8648f
commit
effa97aee2
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ require('lazy').setup {
|
|||
|
||||
--[[ plugin configs and maps ]]
|
||||
require('gitsigns').setup()
|
||||
map('n', '<Leader>L', '<cmd>Lazy<CR>')
|
||||
map('n', '<Leader>?', '<cmd>Cheat40<CR>')
|
||||
map('n', '<Leader>.', '<cmd>Telescope git_files<CR>')
|
||||
map('n', '<Leader>,', '<cmd>Telescope buffers<CR>')
|
||||
|
|
Loading…
Reference in a new issue