Update from lat

This commit is contained in:
2024-02-26 12:55:42 +05:30
parent d7e49b646c
commit f9dcbb2736
4 changed files with 14 additions and 2 deletions
@@ -22,7 +22,7 @@ lvim.format_on_save = {
lvim.leader = "space"
-- add your own keymapping
lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
lvim.keys.normal_mode['<C-p>'] = ":Telescope find_files<CR>"
lvim.keys.normal_mode['<C-p>'] = ":Telescope fd<CR>"
-- lvim.keys.normal_mode["<S-l>"] = ":BufferLineCycleNext<CR>"
-- lvim.keys.normal_mode["<S-h>"] = ":BufferLineCyclePrev<CR>"