[nvim] Rajoute un racourci vers :Lazy
This commit is contained in:
parent
1624e59c27
commit
426474dcb4
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ require("lazy").setup({
|
||||||
require("core.options")
|
require("core.options")
|
||||||
|
|
||||||
options = { noremap = true }
|
options = { noremap = true }
|
||||||
|
map('n', '<Leader>L', ':Lazy <Enter>', options)
|
||||||
|
|
||||||
map('n', '<Leader>ff', ':Telescope find_files<Enter>', options)
|
map('n', '<Leader>ff', ':Telescope find_files<Enter>', options)
|
||||||
map('n', '<Leader>fg', ':Telescope git_files<Enter>', options)
|
map('n', '<Leader>fg', ':Telescope git_files<Enter>', options)
|
||||||
map('n', '<Leader>fc', ':Telescope git_commits<Enter>', options)
|
map('n', '<Leader>fc', ':Telescope git_commits<Enter>', options)
|
||||||
|
|
Loading…
Reference in a new issue