aboutsummaryrefslogtreecommitdiff
path: root/vim/config/list.vim
blob: 87e8000510e27b1ef3579aef71552b581aada2ad (plain) (blame)
1
2
3
4
5
6
7
8
9
" 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!<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:>