diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -97,6 +97,9 @@ nmap <F5> :UndotreeToggle<CR> highlight ExtraWhitespace ctermbg=red autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ +" Use symbols for non-printable characters +set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:» + " Workaround for tmux paging issue if &term =~ '256color' " disable Background Color Erase (BCE) so that color schemes |
