Created
February 8, 2018 04:34
-
-
Save mutekinootoko/9756238d0bccd19bc3a1ed5471d33737 to your computer and use it in GitHub Desktop.
vim display tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:set list | |
:set listchars=tab:>- | |
# tab size =4 | |
:set tabstop=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment