Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active January 28, 2018 03:59
Show Gist options
  • Save YumaInaura/40e228d83afc6c37c067effe492957e8 to your computer and use it in GitHub Desktop.
Save YumaInaura/40e228d83afc6c37c067effe492957e8 to your computer and use it in GitHub Desktop.
Vim 練習問題 中級 | 複数行をコメントアウトする ref: https://qiita.com/YumaInaura/items/6a038252428a8bc0591d
I
AM
THE
GOOD
VIMMER
echo "I\nAM\nTHE\nGOOD\nVIMMER" > study.txt && vim study.txt
#I
#AM
THE
GOOD
VIMMER
#I
#AM
#THE
#GOOD
#VIMMER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment