From e06986e00f9fdf1aba4baacf53c2ead90914ddc2 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 4 Oct 2018 19:34:44 +0100 Subject: [PATCH] update abbreviations --- vimrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vimrc b/vimrc index 9b95f97..73eacd2 100644 --- a/vimrc +++ b/vimrc @@ -1055,14 +1055,14 @@ iabbrev h100; height: 100%; iabbrev pabs; position: absolute; iabbrev pfix; position: fixed; iabbrev prel; position: relative; -iabbrev top0; top: 0; -iabbrev bot0; bottom: 0; -iabbrev lef0; left: 0; -iabbrev rig0; right: 0; -iabbrev top100; top: 100%; -iabbrev bot100; bottom: 100%; -iabbrev lef100; left: 100%; -iabbrev rig100; right: 100%; +iabbrev t0; top: 0; +iabbrev b0; bottom: 0; +iabbrev l0; left: 0; +iabbrev r0; right: 0; +iabbrev t100; top: 100%; +iabbrev b100; bottom: 100%; +iabbrev l100; left: 100%; +iabbrev r100; right: 100%; iabbrev ct'' content-type: ''; iabbrev bgc: background-color: ;