feat: don't split git window

This commit is contained in:
Michael Mandl 2022-03-12 10:41:18 +01:00
parent 1ec0301cb2
commit c4a5bc4dce
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -24,7 +24,7 @@ nnoremap("<TAB>", ":TablineBufferNext<CR>")
nnoremap("<S-TAB>", ":TablineBufferPrevious<CR>") nnoremap("<S-TAB>", ":TablineBufferPrevious<CR>")
-- fugitive -- fugitive
nnoremap("<leader>g", ":Git<CR>") nnoremap("<leader>g", ":0Git<CR>")
-- telescope -- telescope
nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>") nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>")