diff vimrc @ 140:e037d9b797eb

Fix colors and clipboad in vim and tmux
author zegervdv <zegervdv@me.com>
date Wed, 08 Oct 2014 23:27:50 +0200
parents ff0f692ad70c
children 6b108f5f26fc
line wrap: on
line diff
--- a/vimrc	Wed Oct 08 23:27:33 2014 +0200
+++ b/vimrc	Wed Oct 08 23:27:50 2014 +0200
@@ -99,6 +99,8 @@
 au BufNewFile,BufRead,BufEnter *.txt setlocal spell spelllang=en_gb
 au BufNewFile,BufRead,BufEnter *.txt setlocal textwidth=0
 
+highlight SpellBad ctermbg=256 ctermfg=210
+highlight SpellLocal ctermbg=240 ctermfg=010
 
 " When editing a file, always jump to the last known cursor position.
 " Don't do it for commit messages, when the position is invalid, or when
@@ -480,9 +482,9 @@
 " }}}
 " Vim - Rspec {{{
 map <leader>t :call RunCurrentSpecFile()<CR>
-map <leader>s :call RunNearestSpec()<CR>
-map <leader>l :call RunLastSpec()<CR>
-map <leader>r :call RunAllSpecs()<CR>
+" map <leader>s :call RunNearestSpec()<CR>
+" map <leader>l :call RunLastSpec()<CR>
+" map <leader>r :call RunAllSpecs()<CR>
 " }}}
 " Cucumber {{{
 map <leader>f :call RunAllFeatures()<CR>