# to display special characters in Vi:
:set list
# to insert special ^C character type:
<ctrl>+v and then <ctrl>+c
#to hide special characters:
:set nolist
:set list
# to insert special ^C character type:
<ctrl>+v and then <ctrl>+c
#to hide special characters:
:set nolist
No comments:
Post a Comment