Skip to content

Commit

Permalink
fix esc noh conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehren Murdick committed Jun 26, 2014
1 parent f9ae0ce commit 4bb7c22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Expand Up @@ -44,7 +44,9 @@ map <Leader>s :call RunNearestSpec()<CR>
map <Leader>l :call RunLastSpec()<CR>
map <Leader>a :call RunAllSpecs()<CR>
nnoremap <Esc> :nohl<CR>
augroup no_highlight
autocmd TermResponse * noremap <Esc> :nohl<CR>
augroup END

syntax enable
set background=dark
Expand Down

0 comments on commit 4bb7c22

Please sign in to comment.