" tilda's dots " Made on Jul 31st, 2017 and improved ever since. " Begin init set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#rc() " | " v Put plugins down there Plugin 'VundleVim/Vundle.vim' Plugin 'wakatime/vim-wakatime' Plugin 'rakr/vim-one' Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' Plugin 'tpope/vim-sensible' Plugin 'tpope/vim-fugitive' " Don't put any down here though. call vundle#end() filetype plugin indent on colorscheme one-dark " vim-airline config let g:airline_theme='onedark' let g:airline#extensions#tabline#enabled = 1 let g:airline_powerline_fonts = 1 " Alt- shortcuts nmap :wincmd k nmap :wincmd j nmap :wincmd h nmap :wincmd l