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:
4
.vimrc
4
.vimrc
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user