Software/Dev Tools

VScode (feat.Visual Studio Code + VIM)

neovaga 2021. 6. 13. 14:20
반응형

Macbook으로 바꾸면서 VIM을 사용하려고 했는데 좋은 GUI tool이 많아서 고민을 조금 했다. 그래서 VScode에 VIM extension을 설치해서 두가지의 장점을 함께 사용해 보기로 했다.

 

정말 정리를 잘해 둔 곳이 있어서 링크를 걸어 두었다. 왜 VIM을 사용하는지 나름 논리적으로 설명이 되어있다. 

 

-VIM makes you faster. // Okay, 단지 시간이 좀 걸리겠지

-VIM makes you more precise. // Okay, 단지 시간이 좀 걸리겠지

-VIM unlocks a completely different level of control in text editing. //Okay, 단지...시간

-VIM thins the interface between your brain and the computer // 그랬음 좋겠다.

-It is awe-striking when doing presentations: // 멋지긴 하다.

-Jay: It should make you are a very good programmer with every development enviorment.

 

1. Visual Studio code 설치

2. Extensions 에서 vim 을 검색하면 처음으로 나오는 걸 설치한다.

3. 끝 //이제 vim 을 연습하면서 VScode 를 쓸 수 있다.

 

https://www.barbarianmeetscoding.com/blog/boost-your-coding-fu-with-vscode-and-vim 

 

Boost Your Coding Fu With Visual Studio Code and Vim | Barbarian Meets Coding

In this article we uncover how to level up your Visual Studio Code coding skills by using the VsCodeVim plugin that brings lots of awesomeness from Vim inside Visual Studio Code.

www.barbarianmeetscoding.com

반응형