1
0
Fork 0

nvim: Lazy keybind

This commit is contained in:
Von Random 2023-09-14 09:26:03 +03:00
parent b18dd8648f
commit effa97aee2

View file

@ -32,6 +32,7 @@ require('lazy').setup {
--[[ plugin configs and maps ]] --[[ plugin configs and maps ]]
require('gitsigns').setup() require('gitsigns').setup()
map('n', '<Leader>L', '<cmd>Lazy<CR>')
map('n', '<Leader>?', '<cmd>Cheat40<CR>') map('n', '<Leader>?', '<cmd>Cheat40<CR>')
map('n', '<Leader>.', '<cmd>Telescope git_files<CR>') map('n', '<Leader>.', '<cmd>Telescope git_files<CR>')
map('n', '<Leader>,', '<cmd>Telescope buffers<CR>') map('n', '<Leader>,', '<cmd>Telescope buffers<CR>')