This commit is contained in:
foozzi 2024-01-04 00:50:24 -05:00
parent 0c50fe1718
commit b699566b51
3 changed files with 8 additions and 4 deletions

View file

@ -5,6 +5,7 @@ mapkey("<leader>bn", "bnext", "n") -- Next buffer
mapkey("<leader>bp", "bprevious", "n") -- Prev buffer
mapkey("<leader>bb", "e #", "n") -- Switch to Other Buffer
mapkey("<leader>`", "e #", "n") -- Switch to Other Buffer
mapkey("<leader>bc", "bd", "n") -- Close the buffer
-- Directory Navigatio}n
mapkey("<leader>m", "NvimTreeFocus", "n")