From f110122f9f5756494c0e27e206f06b5ef288f3cd Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 6 Sep 2016 17:56:28 +0200 Subject: [PATCH] add abbrev to add date in uttr format --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index be857ba..5f980f8 100644 --- a/vimrc +++ b/vimrc @@ -264,6 +264,8 @@ cnoreabbrev W w cnoreabbrev Q q cnoreabbrev Qall qall +iab xnow =strftime("%Y-%m-%d %H:%M") + " " Plugin Configuration "