Last active
January 28, 2018 03:59
-
-
Save YumaInaura/40e228d83afc6c37c067effe492957e8 to your computer and use it in GitHub Desktop.
Vim 練習問題 中級 | 複数行をコメントアウトする ref: https://qiita.com/YumaInaura/items/6a038252428a8bc0591d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I | |
AM | |
THE | |
GOOD | |
VIMMER |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "I\nAM\nTHE\nGOOD\nVIMMER" > study.txt && vim study.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#I | |
#AM | |
THE | |
GOOD | |
VIMMER |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#I | |
#AM | |
#THE | |
#GOOD | |
#VIMMER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment