Search This Blog

VI (VIM): show or hide special characters

  • To show special characters e.g. tabs or line-breaks:
    :set list
    or set it in .vimrc
    set list
  • To hide special characters e.g. tabs or line-breaks:
    :set nolist
    or set it in .vimrc
    set nolist

No comments:

Post a Comment