728x90
1. 플러그인 종류
- NERD commenter : https://github.com/preservim/nerdcommenter
- commentary: https://github.com/chrisbra/vim-commentary
2. CTRL-V를 사용하는 방법
reference: https://stackoverflow.com/questions/1676632/whats-a-quick-way-to-comment-uncomment-lines-in-vim
- Coment
1. ESC (normal mode)
2. Ctrl+v (Visual block mode)
3. Select lines you want
4. Shift + i (capital I)
5. Insert text you want(#, //, anyone)
6. Press ESC ESC (IMPORTANT: press twice!)
- Comment out
1. ESC (normal mode)
2. Ctrl+v (Visual block mode)
3. Select lines you want4. Press d or x
728x90
'Research > Tools' 카테고리의 다른 글
앱 설치없이 간편하게 파일 전송 가능한 사이트들 (0) | 2023.09.22 |
---|---|
윈도우 + 쉬프트 + s 대신에 PrtScn 키 사용하기 (0) | 2023.09.22 |
구글문서,시트,프리젠테이션 등 제한사항 (0) | 2023.09.22 |
vim에서 partial search 하는 방법 (0) | 2023.09.22 |
Android studio inlay hints (0) | 2023.09.21 |