Created
December 3, 2021 17:49
-
-
Save matthewblott/4a4557098bce545e7c92e4d369e01cfd to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env bash | |
# go to character 25 on line 2 | |
:call cursor(2,25) | |
# show whitespace | |
:set listchars=eol:¬,tab:>·,trail:~,extends:>,precedes:<,space:␣ | |
:set list | |
# hide whitespace | |
:set nolist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment