Skip to content

Instantly share code, notes, and snippets.

@ruda
Last active September 8, 2024 15:38
Show Gist options
  • Save ruda/b22ccd3b74228a1c64f8 to your computer and use it in GitHub Desktop.
Save ruda/b22ccd3b74228a1c64f8 to your computer and use it in GitHub Desktop.
Vim: listchars samples
set listchars=tab:→\ ,trail:␣,extends:…,eol:⏎
set listchars=tab:→\ ,trail:␣,precedes:«,extends:»,eol:⏎
set listchars=tab:→\ ,trail:·,precedes:«,extends:»,eol
set listchars=tab:‣\ ,trail:·,precedes:«,extends:»,eol
set listchars=tab:␋\ ,trail:␠,precedes:«,extends:»,eol:␤
set listchars=tab:>-,trail:.,precedes:<,extends:>,eol:$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment