-
VS❤️Visual Studio Vim mode세팅하기코딩Coding/VisualStudioCode_IDE사용_Extensions 2023. 5. 7. 23:02728x90
https://learn.microsoft.com/en-us/answers/questions/948417/vim-setup-with-visual-studio
https://github.com/VsVim/VsVim/issues/2989
https://github.com/VsVim/VsVim
Visual Studio 2022 는 이걸로 설치해야하는듯
https://github.com/brianschmitt/relativenumber
relative number setting 필수
https://marketplace.visualstudio.com/items?itemName=ZoltanKlinger.RelativeLineNumbers
Relative Line Numbers
This extension displays line numbers relative to the current cursor position.
Useful for ViEmu and VsVim extension users. Relative Line Numbers help you use
the count you can precede some vertical motion commands (e.g. j k + -)
with, without having to calculate it yourself. Especially useful in combination
with other commands (e.g. y d c < > gq gw =).
Enable/Disable absolute line number on current cursor line:
- Tools -> Options -> Relative Line Numbers -> Cursor Line Number -> Show absolute line number -> True/False
- Tools -> Options -> Fonts and Colors -> Relative Line Numbers
- Tools -> Options -> Fonts and Colors -> Relative Line Numbers Cursor Line
:set number rnu
:set nu rnu
그냥 이걸로 설정함
출처 :
https://teamsmiley.github.io/2016/06/23/visual-studio-using-vi/
path로 경로 찾고 .vsvimrc파일 만들어서 해결함
굿내 세팅
Visual Studio Vim세팅하기 Vim 세팅폴더 찾기 - https://economiceco.tistory.com/m/17649
반응형'코딩Coding > VisualStudioCode_IDE사용_Extensions' 카테고리의 다른 글
Visual Studio OutLine세팅 하기 (CodeMaid VS2022) (0) 2023.05.14 Visual Studio Vim세팅하기 Vim 세팅폴더 찾기 (2) 2023.05.14 macOS guide _Vim Setting (0) 2023.05.14 Top 5 VS Code Productivity Tips Marathon (0) 2023.05.08 VS Code Day 2023 (0) 2023.05.07 VSCode보다 빠른 Zed💕Zed is a high-performance, multiplayer code editor from the crea (0) 2023.03.27 emmet 기본 사용법 (0) 2023.02.10 Debugging Embedded Targets with pyOCD and Eclipse (0) 2023.02.07