From 3d0074ebdb858f89766c059750f5db484aa620f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 27 Sep 2013 05:49:23 +0200 Subject: [PATCH] Added "speeddating" plugin. --- vim/vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index dbc14be..7236c6f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -56,6 +56,9 @@ Bundle 'godlygeek/tabular' " status line plugin Bundle 'bling/vim-airline' +" date/time support for CTRL-x and CTRL-a +Bundle 'tpope/vim-speeddating' + filetype plugin indent on " setup for the solarized color theme @@ -187,7 +190,7 @@ set matchpairs="(:),{:},[:]" " matching pairs for the '%'-command set notildeop " do not make '~' behave like an operator -set virtualedit="block" " allow moving the cursor where there is no +set virtualedit+="block" " allow moving the cursor where there is no " actual character in virtual block mode set wildignore=*.swp,*.bak,*.pyc " files to ignore when expanding wildcards