update abbreviations

This commit is contained in:
ManjaroOne666 2018-10-04 19:34:44 +01:00
parent 2eb2e7f8aa
commit e06986e00f
1 changed files with 8 additions and 8 deletions

16
vimrc
View File

@ -1055,14 +1055,14 @@ iabbrev h100; height: 100%;
iabbrev pabs; position: absolute; iabbrev pabs; position: absolute;
iabbrev pfix; position: fixed; iabbrev pfix; position: fixed;
iabbrev prel; position: relative; iabbrev prel; position: relative;
iabbrev top0; top: 0; iabbrev t0; top: 0;
iabbrev bot0; bottom: 0; iabbrev b0; bottom: 0;
iabbrev lef0; left: 0; iabbrev l0; left: 0;
iabbrev rig0; right: 0; iabbrev r0; right: 0;
iabbrev top100; top: 100%; iabbrev t100; top: 100%;
iabbrev bot100; bottom: 100%; iabbrev b100; bottom: 100%;
iabbrev lef100; left: 100%; iabbrev l100; left: 100%;
iabbrev rig100; right: 100%; iabbrev r100; right: 100%;
iabbrev ct'' content-type: ''; iabbrev ct'' content-type: '';
iabbrev bgc: background-color: ;<left> iabbrev bgc: background-color: ;<left>