Commit 83bbbdab authored by Murukesh Mohanan's avatar Murukesh Mohanan

disable airline tabline

parent bad2d155
...@@ -58,6 +58,8 @@ noremap ; : ...@@ -58,6 +58,8 @@ noremap ; :
noremap , ; noremap , ;
noremap < :tabp<CR> noremap < :tabp<CR>
noremap > :tabn<CR> noremap > :tabn<CR>
noremap <leader>, :bp<CR>
noremap <leader>. :bn<CR>
command! C let @/="" command! C let @/=""
cmap w!! w !sudo tee >/dev/null % cmap w!! w !sudo tee >/dev/null %
vnoremap cy "*y vnoremap cy "*y
...@@ -162,3 +164,4 @@ set complete+=k ...@@ -162,3 +164,4 @@ set complete+=k
if !empty($CONFLOCAL) if !empty($CONFLOCAL)
source $HOME/.vim/local/$CONFLOCAL.vim source $HOME/.vim/local/$CONFLOCAL.vim
endif endif
let g:airline#extensions#tabline#enabled= 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment