This commit is contained in:
TheK4n 2022-08-05 20:49:47 +03:00
parent 1616d9108a
commit 857af1b061
2 changed files with 3 additions and 5 deletions

View File

@ -132,6 +132,6 @@ vim.opt.termguicolors = true
require("bufferline").setup{
options = {
mode = "tabs",
sort_by = "id"
sort_by = "tabs"
}
}

View File

@ -149,10 +149,8 @@ set ffs=unix,mac
set encoding=utf8
" tabs
nnoremap <silent> <C-Left> :tabprevious<CR>
nnoremap <silent> <C-Right> :tabnext<CR>
nnoremap <silent> <C-h> :tabprevious<CR>
nnoremap <silent> <C-l> :tabnext<CR>
nnoremap <silent> <C-l> :tabprevious<CR>
nnoremap <silent> <C-h> :tabnext<CR>
" hiden chars