Dernière activité 7 hours ago

Révision a617dba2fcd0f9447daa1691ad005f32d696644b

gistfile1.txt Brut
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.