Skip to content

Instantly share code, notes, and snippets.

@matthewblott
Created December 3, 2021 17:49
Show Gist options
  • Save matthewblott/4a4557098bce545e7c92e4d369e01cfd to your computer and use it in GitHub Desktop.
Save matthewblott/4a4557098bce545e7c92e4d369e01cfd to your computer and use it in GitHub Desktop.
#!/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