Skip to content

Instantly share code, notes, and snippets.

@tmitz
Last active December 22, 2015 08:58
Show Gist options
  • Select an option

  • Save tmitz/6448129 to your computer and use it in GitHub Desktop.

Select an option

Save tmitz/6448129 to your computer and use it in GitHub Desktop.
vimでTABや改行や末尾スペースを可視化する設定
" Show <TAB> and <CR>
set list
set listchars=tab:>-,trail:-,extends:>,precedes:<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment