fix: remove deprecated tabline-nvim

This commit is contained in:
Michael Mandl 2025-04-22 09:20:23 +02:00
parent 4f336803ab
commit bd1a25fd95
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
4 changed files with 11 additions and 7 deletions

View file

@ -12,8 +12,8 @@ nnoremap("<C-k>", ":wincmd k<CR>")
nnoremap("<C-l>", ":wincmd l<CR>")
-- Switch buffers
nnoremap("<C-PageDown>", ":TablineBufferNext<CR>")
nnoremap("<C-PageUp>", ":TablineBufferPrevious<CR>")
nnoremap("<C-PageDown>", ":bnext<CR>")
nnoremap("<C-PageUp>", ":bprevious<CR>")
-- fugitive
nnoremap("<leader>g", ":0Git<CR>")