Last active 4 hours ago

gistfile1.txt Raw
1VIM block comment
2
31. Go to the first line you want to comment, press Ctrl+V. 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.