1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

vim italics, now for real

This commit is contained in:
2018-02-02 16:39:05 +01:00
parent 2534e24d18
commit b069ca2bc5

4
.vimrc
View File

@@ -435,3 +435,7 @@ set autoindent
" Django html template highlighting by default " Django html template highlighting by default
au BufNewFile,BufRead *.html set filetype=htmldjango au BufNewFile,BufRead *.html set filetype=htmldjango
" Italics
let &t_ZH = "\e[3m"
let &t_ZR = "\e[23m"