Created
March 23, 2012 09:20
-
-
Save dayanand-sourcebits/2168857 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map <F4> :NERDTreeToggle <CR> | |
let g:fuf_dir_exclude = '^pry' | |
:set nu | |
set tabstop=2 | |
colorscheme desert | |
nnoremap <F3> :FufCoverageFile<CR> | |
nnoremap <F5> :FufFile<CR> | |
filetype indent on | |
nnoremap <C-down> :m+<CR>== | |
nnoremap <C-up> :m-2<CR>== | |
inoremap <C-down> <Esc>:m+<CR>==gi | |
inoremap <C-up> <Esc>:m-2<CR>==gi | |
vnoremap <C-down> :m'>+<CR>gv=gv | |
vnoremap <C-up> :m-2<CR>gv=gv | |
"let g:fuf_dir_exclude = '/home/dayanand/Safewatch-web/pry/' | |
set t_Co=16 | |
let g:solarized_termcolors= 8 | |
let g:solarized_termtrans = 1 | |
let g:solarized_degrade = 0 | |
let g:solarized_contrast = "normal" | |
let g:solarized_visibility= "normal" | |
syntax enable | |
set background=dark | |
colorscheme solarized | |
set shiftwidth=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment