-
vim norm 을 활용해 주석 처리하기Vim_Editor_IDE/Vim단축키정리 2022. 12. 30. 23:59728x90
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
너무 편한 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
(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
반응형'Vim_Editor_IDE > Vim단축키정리' 카테고리의 다른 글
TSPlaygroundToggle사용법22분 부터~~ (0) 2023.01.21 vim 열린 탭 모두 닫고 종료(qa), 모두 저장하고 종료(wqa) (0) 2023.01.07 vim(tabnew, tabfirst, tablast, C-w gt, tabn1, tabn2, tabc) (0) 2023.01.06 Awesome한 norm 활용법 (0) 2023.01.01 Popular Vim Commands❤️ Comprehensive Vim Cheat Sheet (0) 2022.12.20 :'<,'>norm fhvU❤VIM shortcuts but they keep getting crazier (NEWB to PRO) (0) 2022.11.25 Why I Love Using Vim To Write Code (0) 2022.10.02 How to Use Marks in VIM__마크로(ma 'a) 빠르게 저장하고 빠르게 움직이지 스타 부대 지정같아서 편하다. ㅋㅋ (0) 2022.09.05