mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 12:20:26 +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