color molokai let g:molokai_original=0 set gfn=Inconsolata:h16 " Press F4 for MAGIC INDENT map mmgg=G`m^ imap mmgg=G`m^ nnoremap :noh " Move around split windows with ctrl movement nnoremap h nnoremap j nnoremap k nnoremap l " Bubble single lines nmap [e nmap ]e " Bubble multiple lines vmap [egv vmap ]egv " Vim Autoclose let g:AutoClosePairs = {'(': ')', '{': '}', '[': ']', '"': '"', "'": "'", '#{': '}', '|':'|' } let g:AutoCloseProtectedRegions = ["Character"]