DDCODE

Share programming skills from Magic Oriental

upArrow

Vim line feed symbol display

 May 11, 2019   question, vim

How can vim display 0x0d 0x0a with the following symbol
␍ U+240D SYMBOL FOR CARRIAGE RETURN
␤ U+2424 SYMBOL FOR NEWLINE

https://stackoverflow.com/questions/18927672/newline-symbol-unicode-character

M is ugly.

This effect is similar to notepad++
图片描述

set conceallevel=2
 syn match CR "\r" conceal cchar=⏎
 hi clear Conceal

Related Posts:

  • How to modify vim's command, add; Does the symbol…
  • What about the empty string in the file,…
  • PHP on < p > line feed
  • This is an interesting question: the effect of…
  • Why is the line feed printed after getchar enters…
  • Can Vim display line number before wrapping line?
  • Some questions about feed stored in redis(hash or list).
  • Ask a strange question about Feed source parsing.
  • The network requested to read the URL at the…
<< Vim plug-in under Eclipse How can vim display the number of characters selected in VISUAL mode? >>

Related Posts:

  • How to modify vim's command, add; Does the symbol…
  • What about the empty string in the file,…
  • PHP on < p > line feed
  • This is an interesting question: the effect of…
  • Why is the line feed printed after getchar enters…
  • Can Vim display line number before wrapping line?
  • Some questions about feed stored in redis(hash or list).
  • Ask a strange question about Feed source parsing.
  • The network requested to read the URL at the…

Tags

Android android-studio apache c c++ centos Css css3 Database Docker Eclipse Express Front end git GitHub golang Html html5 Ios java javascript Jquery Laravel linux macos mongodb mysql Nginx node.js npm objective-c php Programmer python redis ruby shell Spring Sql Swift ubuntu vim vue.js Web xcode

Powered by MyWiki WordPress Theme