Skip to content

Instantly share code, notes, and snippets.

@fkumro
Created January 24, 2014 15:21
Show Gist options
  • Save fkumro/8599319 to your computer and use it in GitHub Desktop.
Save fkumro/8599319 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
filetype plugin indent on
set t_Co=256
let mapleader = ","
let g:ruby_path = system('rvm current')
set background=dark
:colo desert256
:set tabstop=2
:set shiftwidth=2
:set expandtab
:set showmode
:set ruler
:set showmatch
:set smartindent
:set list listchars=tab:>-,trail:.,extends:>
:set hlsearch
:set number
:set pastetoggle=<F2>
:set tw=80
:set cc=80
set cursorcolumn " highlight the current column
set cursorline
set modeline
set ls=2
map <C-n> :NERDTreeToggle<CR>
map <leader>c <c-_><c-_>
noremap <Up> ""
noremap! <Up> <Esc>
noremap <Down> ""
noremap! <Down> <Esc>
noremap <Left> ""
noremap! <Left> <Esc>
noremap <Right> ""
noremap! <Right> <Esc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment