aboutsummaryrefslogtreecommitdiff
path: root/vim/config/list.vim
blob: faf5e29add8669f2fbd66693e0ebdc02d7181cb7 (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:>