Skip to content

Commit

Permalink
highlight altgr-space
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorntrondsen committed Feb 27, 2016
1 parent b624211 commit a727e7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vimrc
Expand Up @@ -156,3 +156,7 @@ let g:mustache_abbreviations = 1
"set lazyredraw
set re=1
syntax sync maxlines=256

" Highlight the altgr-space character. It is invisible and errors that are hard to understand.
highlight AltGrSpace ctermbg=red guibg=red
match AltGrSpace / /

0 comments on commit a727e7d

Please sign in to comment.