updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / vim-vimoutliner / vimoutlinerrc
blob7a2044ee75ec8c59632201583c847a72d5f7c941
1 "Extra mappings *****************************************************
2 "This mapping is fold-level and fold-state dependent 
3 "map <S-Down> dd p
4 "map <S-Up> dd <up>P
6 "Common Plugins
7 " This variable holds name of all VO modules you want to load. Do NOT use ru
8 " directly in this file, because you will get into many strange surprises. If
9 " you do not want to load any VO modules leave it blank (default). This
10 " variable can be freely modified in ~/.vimoutlinerrc.
11 "let g:vo_modules_load = "checkbox:hoist"
12 let g:vo_modules_load = ""
14 "User Preferences ***************************************************
15 "let maplocalleader = ",,"              " this is prepended to VO key mappings
17 "setlocal ignorecase                    " searches ignore case
18 "setlocal smartcase                     " searches use smart case
19 "setlocal wrapmargin=5
20 "setlocal tw=78
21 "setlocal tabstop=4                     " tabstop and shiftwidth must match
22 "setlocal shiftwidth=4                  " values from 2 to 8 work well
23 "setlocal background=dark               " for dark backgrounds
24 setlocal nowrap
26 "Hoisting ***********************************************************
27 "Uncomment and set to 1 to debug hoisting
28 let g:hoistParanoia=0
30 "Custom Colors ******************************************************
31 " Uncomment this next line to force using VO on a light background
32 " colorscheme vo_light 
33 " Uncomment this next line to force using VO on a dark background
34 " colorscheme vo_dark 
35 " Or create your own color scheme. You can find sample files in Vim's 
36 " colors directory. There may even be a colors directory in your own
37 " $HOME/.vim directory.