Skip to content

Instantly share code, notes, and snippets.

@sdhull
Created June 6, 2012 21:33
Show Gist options
  • Save sdhull/2884957 to your computer and use it in GitHub Desktop.
Save sdhull/2884957 to your computer and use it in GitHub Desktop.
let mapleader = ","
set foldmethod=indent "fold based on indent
set foldnestmax=10 "deepest fold is 10 levels
set nofoldenable "dont fold by default
set foldlevel=1 "this is just what i use
map <Leader>p "0p
map <Leader>nh :nohlsearch<CR>
map <D-T> :tabedit<CR>
noremap <Leader><Leader> :ZoomWin<CR>0
map <D-m> :CtrlPMRUFiles<CR>
map <D-b> :CtrlPBuffer<CR>
set guifont=Menlo:h15
" Make ConqueTerm keep refreshing when unfocused
let g:ConqueTerm_ReadUnfocused = 1
"call janus#disable_plugin("css-color", "slows down vim something awful")
let g:ctrlp_by_filename = 1
let g:ctrlp_jump_to_buffer = 2
let g:ctrlp_custom_ignore = {
\ 'dir': '\log$\|\nginx$\|\public\$|\script$\|\test$\|\tmp$\|\gems$\|\plugins$',
\ 'file': '^\.'
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment