fix tabs
This commit is contained in:
parent
1616d9108a
commit
857af1b061
@ -132,6 +132,6 @@ vim.opt.termguicolors = true
|
||||
require("bufferline").setup{
|
||||
options = {
|
||||
mode = "tabs",
|
||||
sort_by = "id"
|
||||
sort_by = "tabs"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user