#Show Power

Let's see how MarkDown makes a differences

  1. I see visual mode is very thoughtful when you try to do some things uneasy to complete in normal mode.
  2. Command mode also gives a great hand when you are able to select the text range for editing.
  3. Take an example here, think if you want to insert one line of -- to play as an splinter for lines. How are you going to achieve this ?
    In visual mode, you just use <Normal>yyp<VIsual>Vr-. This means to duplicate the line and select the whole line and replace all characters with -, hence generating the line spliter you want .
  4. You are still binding to the mutiColumn editing way in notepad++ ? Thinking yourself hard to live without notepad++ ? Then try C-v in VIM to see how it would make you even faster .
  5. The other function should be consider is regular expression in notepad++, easy for searching and string replacing(I even use it to append specific strings in specific places for each line in notepad++ although finally I see vim could do to same in command mode with normal structions).
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容