aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <ryanakca@kubuntu.org>2011-08-18 18:09:54 -0400
committerRyan Kavanagh <ryanakca@kubuntu.org>2011-08-25 07:43:07 -0400
commit869d72374c0bb62b030d8973c14e5d139e0a38c0 (patch)
treebf1b67d163249e023b11ed74e94b23eb7287a3f4
parentUpdate README to reflect Makefile -> dm move (diff)
Added .vimperatorrc
-rw-r--r--.vimperatorrc9
-rwxr-xr-xdm1
2 files changed, 10 insertions, 0 deletions
diff --git a/.vimperatorrc b/.vimperatorrc
new file mode 100644
index 0000000..c55f0e1
--- /dev/null
+++ b/.vimperatorrc
@@ -0,0 +1,9 @@
+"2.3.1 (created: 2010/04/07 18:25:13)
+
+inoremap <C-g> <Nop>
+set defsearch=scroogle
+set runtimepath=/home/ryan/.vimperator
+set gui=none
+source! /home/ryan/.vimperatorrc.local
+
+" vim: set ft=vimperator:
diff --git a/dm b/dm
index 08528a5..00df270 100755
--- a/dm
+++ b/dm
@@ -31,6 +31,7 @@ GLOBAL_FILES = \
.screenlayout/ \
.signature \
.vim/ \
+ .vimperatorrc \
.vimrc \
.xinitrc \
.xkb/ \