display Tabs&Indent with F2

This commit is contained in:
KronikPillow 2020-11-22 23:34:47 +01:00
parent e4787f3194
commit d8bf544102
No known key found for this signature in database
GPG Key ID: 1EC14CAEC6B9D0A1

View File

@ -146,3 +146,6 @@ function! ToggleHiddenAll()
endif
endfunction
nnoremap <leader>h :call ToggleHiddenAll()<CR>
" Display tabs as --> and white space as white space with F2
nnoremap <F2> :<C-U>setlocal lcs=tab:>-,trail:-,eol:$ list! list? <CR>