最後活躍 7 hours ago

修訂 dfaac37662bb0111fbd36cb018afa4582ee8590c

gistfile1.txt 原始檔案
1VIM block comment
2
31. Go to the first line you want to comment, press CtrlV. This will put the editor in the VISUAL BLOCK mode.
42. Then using the arrow key and select until the last line.
53. Now press Shift+I, which will put the editor in INSERT mode and then press #. This will add a hash to the first line.
64. Then press Esc (give it a second), and it will insert a # character on all other selected lines.