Update vimrc
This commit is contained in:
parent
20137dafd8
commit
d7e72bfbf5
1 changed files with 5 additions and 5 deletions
10
.vimrc
10
.vimrc
|
@ -139,11 +139,11 @@ let g:quicktex_css = {
|
||||||
\';rel' : "position: relative;\<CR><++>",
|
\';rel' : "position: relative;\<CR><++>",
|
||||||
\';fix' : "position: fixed;\<CR><++>",
|
\';fix' : "position: fixed;\<CR><++>",
|
||||||
\
|
\
|
||||||
\';block' : "position: block;\<CR><++>",
|
\';block' : "display: block;\<CR><++>",
|
||||||
\';inl' : "position: inline;\<CR><++>",
|
\';inl' : "display: inline;\<CR><++>",
|
||||||
\';inb' : "position: inline-block;\<CR><++>",
|
\';inb' : "display: inline-block;\<CR><++>",
|
||||||
\';flex' : "position: flex;\<CR><++>",
|
\';flex' : "display: flex;\<CR><++>",
|
||||||
\';inf' : "position: inline-flex;\<CR><++>",
|
\';inf' : "display: inline-flex;\<CR><++>",
|
||||||
\
|
\
|
||||||
\}
|
\}
|
||||||
let g:quicktex_less = g:quicktex_css
|
let g:quicktex_less = g:quicktex_css
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue