diff options
Diffstat (limited to '')
-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: |