mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
display Tabs&Indent with F2
This commit is contained in:
parent
e4787f3194
commit
d8bf544102
@ -146,3 +146,6 @@ function! ToggleHiddenAll()
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
nnoremap <leader>h :call ToggleHiddenAll()<CR>
|
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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user