feat: don't split git window

main
mandlm 2022-03-12 10:41:18 +01:00
parent 1ec0301cb2
commit c4a5bc4dce
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

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