fix: remove deprecated tabline-nvim
This commit is contained in:
parent
4f336803ab
commit
bd1a25fd95
4 changed files with 11 additions and 7 deletions
|
@ -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>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue