코딩Coding/VisualStudioCode_IDE사용_Extensions
VS❤️Visual Studio Vim mode세팅하기
내인생PLUS
2023. 5. 7. 23:02
728x90
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:
|
: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
반응형