2011年3月8日 星期二

在 Vim 多行同時插入相同文字

引用 http://stackoverflow.com/questions/253380/how-do-i-insert-text-at-beginning-of-a-multi-line-selection-in-vi-vim
  • Use Ctrl+v to select the first column of text in the lines you want to comment.
  • Then hit 'I' and type the text you want to insert.
  • Then hit 'Esc', wait 1 second and the inserted text will appear on every line.
這個功能在MadEdit中使用更容易,按Alt+2就可以了。但這都是要在連續的幾列之間才能用,更厲害的是Sublime Text 2,可以跳著選,然後真正的多行修改。

沒有留言:

張貼留言