Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set nocompatible
- set backspace=2
- let g:ruby_path="c:\ruby\bin\ruby.exe"
- syntax on
- filetype plugin on
- filetype indent on
- set autoindent
- set number
- set background=dark
- colorscheme blue
- " colorscheme solarized
- " colorscheme darkblue
- " colorscheme molokai
- set ruler
- set ignorecase
- set smartcase
- set hlsearch
- set showmatch
- set encoding=utf8
- set ffs=unix,dos,mac
- set expandtab
- set smarttab
- set shiftwidth=2
- set tabstop=2
- set autoindent
- set smartindent
- set wrap
- set laststatus=2
- set statusline=\ %F%m%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l\ [%b\/%Bh]
- set wildmenu
- autocmd BufReadPost *
- \ if line("'\"") > 1 && line("'\"") <= line("$") |
- \ exe "normal! g`\"" |
- \ endif
- nnoremap <silent> <space> :set hls!<cr>
- nnoremap ü <Ctrl-]>
- nnoremap Ü <Ctrl-O>
- set tags=./tags;/
Add Comment
Please, Sign In to add comment