From: Pierre Habouzit Date: Tue, 24 Mar 2009 17:06:05 +0000 (+0100) Subject: New config files: ctags, vimperatorrc X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=commitdiff_plain;h=489f46d0c78025247f5a135b51f1a021f7791b71 New config files: ctags, vimperatorrc Signed-off-by: Pierre Habouzit --- diff --git a/ctags b/ctags new file mode 100644 index 0000000..0c4492f --- /dev/null +++ b/ctags @@ -0,0 +1,2 @@ +-R +-o.tags diff --git a/vimperatorrc b/vimperatorrc new file mode 100644 index 0000000..10c7e29 --- /dev/null +++ b/vimperatorrc @@ -0,0 +1,7 @@ +" 0.5.3 (created: 2007/12/21 19:26:07) +set showtabline=0 +set wim=list:longest,list:full +set hinttimeout=250 +set activate-=tabopen +set nofc +" vim: set ft=vim: