fix tabs 2
This commit is contained in:
parent
857af1b061
commit
137701d738
@ -132,6 +132,6 @@ vim.opt.termguicolors = true
|
||||
require("bufferline").setup{
|
||||
options = {
|
||||
mode = "tabs",
|
||||
sort_by = "tabs"
|
||||
sort_by = "tabs",
|
||||
}
|
||||
}
|
||||
|
||||
@ -149,8 +149,8 @@ set ffs=unix,mac
|
||||
set encoding=utf8
|
||||
|
||||
" tabs
|
||||
nnoremap <silent> <C-l> :tabprevious<CR>
|
||||
nnoremap <silent> <C-h> :tabnext<CR>
|
||||
nnoremap <silent> <C-l> :BufferLineCycleNext<CR>
|
||||
nnoremap <silent> <C-h> :BufferLineCyclePrev<CR>
|
||||
|
||||
" hiden chars
|
||||
|
||||
@ -232,6 +232,8 @@ endif
|
||||
" ctags required
|
||||
nnoremap <silent> <Leader>t :TagbarToggle <CR>
|
||||
|
||||
nnoremap <silent> <Leader>ve :tabnew $MYVIMRC<CR>
|
||||
|
||||
|
||||
|
||||
set laststatus=2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user