美文网首页
#Show Power

#Show Power

作者: 清澈丫头 | 来源:发表于2017-05-10 15:42 被阅读0次

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).

相关文章

网友评论

      本文标题:#Show Power

      本文链接:https://www.haomeiwen.com/subject/jprgtxtx.html