1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

syntax highlighting stuff i forgot to commit

This commit is contained in:
Connor Olding 2016-01-07 19:42:51 -08:00
parent e3568cb593
commit 7f1d6146d1

View File

@ -158,6 +158,7 @@ if has('autocmd')
au BufRead,BufNewFile *.lib setlocal ft=spice
au BufRead,BufNewFile *.bt setlocal ft=c
au BufRead,BufNewFile *.1sc setlocal ft=c
au BufRead,BufNewFile *.asm setlocal ft=lips
augroup END
augroup sessions
@ -280,10 +281,12 @@ fu! HiDump()
endf
nn <Leader>s :call SyntaxAttr()<cr>
nn <Leader>1 :colo property<cr>
nn <Leader>2 :colo clearance<cr>
nn <Leader>1 :colo property2<cr>
nn <Leader>2 :colo clearance-dyn<cr>
nn <Leader>3 :colo Tomorrow-Night<cr>
nn <Leader>4 :colo jellybeans<cr>
nn <Leader>5 :colo colorsbox-stnight<cr>
nn <Leader>6 :colo redblack<cr>
nn <Leader>h :tabe<cr>:call HiDump()<cr>
" helper function to toggle hex mode