Skip to content

Instantly share code, notes, and snippets.

@jonathanpenn
Created November 18, 2008 02:51
Show Gist options
  • Save jonathanpenn/26025 to your computer and use it in GitHub Desktop.
Save jonathanpenn/26025 to your computer and use it in GitHub Desktop.
Showing invisible characters in vim.
" Set the kind of invisible characters to show
" tabs, trailing spaces, non breaking spaces
set lcs=tab:>.,trail:•,nbsp:%
" Show invisible characters. Use "set nolist" to turn off.
set list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment