일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 도커
- 깃
- Algorithm
- gitlab
- Flutter
- jupyter
- 다트 언어
- C++
- jupyter lab
- c# winform
- 구조체
- 플러터
- docker
- c#
- 포인터
- Python
- github
- Data Structure
- c# 추상 클래스
- dart 언어
- vim
- C# delegate
- c언어
- HTML
- git
- c# 윈폼
- C언어 포인터
- Houdini
- Unity
- 유니티
- Today
- Total
목록vim (4)
nomad-programmer
https://www.lunarvim.org/ LunarVim | LunarVim Description will go into a meta tag in www.lunarvim.org https://github.com/lunarvim/lunarvim GitHub - LunarVim/LunarVim: 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven. 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven. - GitHub - LunarVim/LunarVim: 🌙 LunarVim is an IDE layer for Neovim. Complete..
여러 줄에 걸쳐 동일한 문자열을 한번에 넣고 싶을 때가 종종 있다. 만약 100줄에 동일한 문자열을 넣는다고 생각해보자. 물론 그럴때는 python이라던지 여타 스크립트 언어로 처리할 수 있다. 그런데 이러면 또 스크립트를 작성해야 하는 번거로움이 생긴다. vim을 이용한다면 아래와 같은 visual 명령으로 처리할 수 있다. 반복되는 문자열을 삽입하고자 하는 위치에 커서를 위치시킨다. "ctrl + v" 키를 눌러 visual block 모드를 실행한다. 방향키나 j를 이용하여 커서를 원하는 위치까지 이동한다. "shift + i (대문자 I)" 키를 누르고 원하는 문자열을 입력한다. esc 키를 누른다. 끝. 이렇게하면 원하는 구간까지 작성한 동일한 문자열을 집어 넣을 수 있다.
vim 튜토리얼 사이트 소개 https://github.com/johngrib/simple_vim_guide GitHub - johngrib/simple_vim_guide: simple vim guide simple vim guide. Contribute to johngrib/simple_vim_guide development by creating an account on GitHub. github.com https://www.openvim.com Interactive Vim tutorial / www.openvim.com
vim plug로 셋팅한 .vimrc 설정 파일