Vim_Editor_IDE/Vim단축키정리

vim norm 을 활용해 주석 처리하기

내인생PLUS 2022. 12. 30. 23:59
728x90

https://insight-bgh.tistory.com/430#:~:text=1.1%20vi%2Fvim%20%EB%AA%85%EB%A0%B9%EC%96%B4%EB%A5%BC,%ED%9B%84%20%EC%97%94%ED%84%B0%EB%A5%BC%20%ED%81%B4%EB%A6%AD%ED%95%9C%EB%8B%A4.

 

vi/vim 여러줄 주석 및 해제 방법

vi/vim 편집기에서 한번에 여러줄을 주석처리하거나 해제하는 방법에 대해서 간단히 알아보겠습니다. 1. 여러줄 주석 처리 1.1 vi/vim 명령어를 통해 수정할 파일을 연다. 1.2 v를 클릭하여 visual 모드

insight-bgh.tistory.com

 

//

Visual mode로 내가 주석하고 싶은거 블럭 칠하고

:norm I//


주석 풀려면
:norm ^xx

 
 
 

빔Vim Macro 매크로_활용법 I love❤️vim~~👍~반복 작업은 Bye Bye #vim #macro

https://youtu.be/VRqpMXF32qk


 

너무 편한 mark 활용법

m m 하면 m에 지금 줄 이 즐겨 찾기 된다.

아주 좋은건 저장하고 다시 똑같은 파일 들어가면 mark가 계속 유지 된다는 사실 !!!
충격적 너무 좋다.ㅋㅋㅋ


m 마크mark의 약자

:marks
하면 지금 등록된 mark를 확인 가능


이동할때 

' m

m 이것을 a b c 원하는거 등록하면 된다.

내 경우에는  main 은 m 으로 한다 ㅎㅎ 본인 맘대로 설정하고 잘 쓰세요~~

 

 

https://vim.fandom.com/wiki/Using_marks

 

Using marks

A mark allows you to record your current position so you can return to it later. There is no visible indication of where marks are set. Each file has a set of marks identified by lowercase letters (a-z). In addition there is a global set of marks identifie

vim.fandom.com

 

 

 

 

 


다른 글

급하게 단축키 체크할 때 최고 다 있다. ㅋㅋㅋㅋ❤️👍 Vim]Select All & Vim Full Course tutorial https://economiceco.tistory.com/12352

 

Vim tutorial❤️]Select All & Vim Full Course tutorial_vim tutorial

Good Along with SibiCoder's answer, if you have a clear idea of what you want to do you can use the following: 라인 넘버 나오게 하기 :set number :set nu! 동일함 -- 내가 좋아하는 기능 라인 넘버 상대번호로 만들기 :set relative

economiceco.tistory.com

 

 

 

 

Vim Tutorial for Beginners | freeCodeCamp.org

https://youtu.be/RZ4p-saaQkc

 

 

 

 

 

 

(Rust&Python_etc..)☆☆__VSCode Vs Pycharm(파이참)Vs Visual Studio(비주얼스튜디오)자주 쓰는 단축키 비교☆☆(MacOS,Win) https://economiceco.tistory.com/3638

 

<Rust&Python_etc..>☆☆__VSCode Vs Pycharm(파이참)Vs Visual Studio(비주얼스튜디오)자주 쓰는 단축키 비교☆

GlobalYoung(내인생PLUS) 후원 방법 후원받은 금액으로 더 좋은 글을 만들도록 하겠습니다 https://toon.at/donate/637632064207125437 Toonation toon.at GlobalYoung Donation & 후원받습니다. (더욱 가치 있는 곳에 쓰겠습

economiceco.tistory.com

 

 

 

 

 

 

 

 


 

 

 

 

 

 

 


 

반응형