Skip to content

Instantly share code, notes, and snippets.

@rboyd
Created August 14, 2012 01:51
Show Gist options
  • Save rboyd/3345665 to your computer and use it in GitHub Desktop.
Save rboyd/3345665 to your computer and use it in GitHub Desktop.
.vimrc.after
map \rs :RunSpec<cr>
map \rsl :RunSpecLine<cr>
map \t :CommandT<cr>
set hidden
let g:RspecBin="bundle exec rspec"
inoremap <c-p> <esc>ka
inoremap <c-n> <esc>ja
inoremap <c-b> <esc>ha
inoremap <c-f> <esc>la
inoremap <c-a> <esc>0i
inoremap <c-e> <esc>$i
set clipboard=unnamed "
" solarized colors
let g:solarized_termcolors=256
set t_Co=256
set background=dark
colorscheme solarized
" buffer navigation
nmap > :bn<CR>
nmap < :bp<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment