Commit dcb1267f authored by Murukesh Mohanan's avatar Murukesh Mohanan

disable airline tabline

parent 84e97d56
......@@ -58,6 +58,8 @@ noremap ; :
noremap , ;
noremap < :tabp<CR>
noremap > :tabn<CR>
noremap <leader>, :bp<CR>
noremap <leader>. :bn<CR>
command! C let @/=""
cmap w!! w !sudo tee >/dev/null %
vnoremap cy "*y
......@@ -162,3 +164,4 @@ set complete+=k
if !empty($CONFLOCAL)
source $HOME/.vim/local/$CONFLOCAL.vim
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