diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-18 18:09:54 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:43:07 -0400 |
commit | 869d72374c0bb62b030d8973c14e5d139e0a38c0 (patch) | |
tree | bf1b67d163249e023b11ed74e94b23eb7287a3f4 /.vimperatorrc | |
parent | Update README to reflect Makefile -> dm move (diff) |
Added .vimperatorrc
Diffstat (limited to '.vimperatorrc')
-rw-r--r-- | .vimperatorrc | 9 |
1 files changed, 9 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: |