Vim_Editor_IDE/Vim단축키정리
-
Neovim으로 생산성 퀀텀점프하기" 발표자료Vim_Editor_IDE/Vim단축키정리 2023. 8. 16. 16:26
https://news.hada.io/topic?id=10300&utm_source=weekly&utm_medium=email&utm_campaign=202333 "Neovim으로 생산성 퀀텀점프하기" 발표자료 | GeekNews 녹화영상 : https://www.youtube.com/watch?v=XYQnyJVGk-4&t=1s부록 : https://kodingwarrior.github.io/wiki/appendix/excelcon-2nd/2023-06-03 제2회 엑셀콘에서 "Neovim으로 생산성 퀀텀점프하기" 라는 주제로 발표했었는데, 뒤늦게 news.hada.io https://docs.google.com/presentation/d/1DaVImp6dEz7q5Vdz1U10Hh0hE_CDGEUa4DN..
-
Vim연습하기 키 누르면서 실전에 바로 써 먹기 좋다Vim_Editor_IDE/Vim단축키정리 2023. 5. 20. 12:15
1/3 https://m.blog.naver.com/takeoutmoneywallet/222658822432 2/3 https://m.blog.naver.com/takeoutmoneywallet/222663285524 [Practical vim] - 1/3Ch1. Vim의 방식 Tip.3 한 걸음 물러나고 세 걸음 나아가기 var foo = "method("+argum...blog.naver.com [Practical vim] - 2/37장. 파일 열기와 저장하기 Tip.43 파일명과 :find 명령으로 파일 열기 :set path+=app/** :find na...blog.naver.com 3/3 https://m.blog.naver.com/takeoutmoneywallet/222670270086 Pr..
-
Why Vim Is More than Just an Editor – Vim Language, Motions, and Modes ExplainedVim_Editor_IDE/Vim단축키정리 2023. 2. 22. 22:08
https://www.freecodecamp.org/news/vim-language-and-motions-explained/ Why Vim Is More than Just an Editor – Vim Language, Motions, and Modes Explained Throughout my time as a developer, I've used VS Code, Sublime, Notepad++, TextMate, and others. But shortcuts like cmd(+shift)+end and jumping with option+arrow-keys from word to word needed to be faster at some point. I was hitting my limits. Eve..
-
TSPlaygroundToggle사용법22분 부터~~Vim_Editor_IDE/Vim단축키정리 2023. 1. 21. 12:37
https://youtu.be/IK_-C0GXfjo
-
vim 열린 탭 모두 닫고 종료(qa), 모두 저장하고 종료(wqa)Vim_Editor_IDE/Vim단축키정리 2023. 1. 7. 22:17
https://stackoverflow.com/questions/510325/how-do-i-close-all-open-tabs-at-once How do I close all open tabs at once? If I have 10 tabs opened, I have to close each one using ":q" separately. How can I close them all at once? stackoverflow.com