aboutsummaryrefslogtreecommitdiff
path: root/vim/config/list.vim
blob: 209bb4ecf23dcdf80dc39ac712ed4662e07eeaba (plain) (blame)
1
2
3
4
5
6
7
8
" Don't show whitespace characters or end-of-line characters visually by
" default, but make \l toggle between them
set nolist
nnoremap <Leader>l :setlocal list! list?<CR>

" Clearly show when the start or end of the row does not correspond to the
" start and end of the line
set listchars+=precedes:<,extends:>