An open API service indexing awesome lists of open source software.

https://github.com/yusufocaliskan/vscode-conf

This repository provides a customized setup for transitioning from NeoVim to VS Code.
https://github.com/yusufocaliskan/vscode-conf

neovim vim vscode

Last synced: over 1 year ago
JSON representation

This repository provides a customized setup for transitioning from NeoVim to VS Code.

Awesome Lists containing this project

README

          

![Main Interface](ss1.png)

Hello,

For the past 4-5 years, my primary IDE for coding has been NeoVim. However, as my projects have grown in complexity and size, I've found that NeoVim no longer meets my needs.

I decided to switch to VS Code and customized it extensively, transforming it into a modern, performant, and Vim-like IDE.

To fully benefit from my setup, I recommend installing the following packages:

1. Vim
2. APC Customize UI++
3. FindItFaster
4. Git Projects

Here is some shortcuts that I use the most.

Explorer:

- Open Left side Explorer With the active file: **cmd+shift+e**
- Close the Explorer: **cmd+b**
- Toggle Activity Bar: **cmd+shift+o**

Find It faster:

- Search a file (toggle): **cmd+shif+j**
- Search a text (toggle): **cmd+shif+k**

Editor:

To split an editor (Vertically or Horizontally):

- Vertical split: **space+v**
- Horizontal: **space+s**

Switch between splitted editors:

- Switching to the Right: **space+l**
- Switching to the Left: **space+h**
- Switching to the Down: **space+j**
- Switching to the Up: **space+k**

Definition:

- Hover or shoe: **cmd+u**
- Go to the Definition: **cmd+shift+u**

# Contributing

By incorporating these extensions and shortcuts, you can transform VS Code into a powerful, efficient, and Vim-like IDE that meets the demands of modern development workflows.

I would greatly appreciate any advice or suggestions on how to further improve my setup. If you have any tips or know of other useful extensions and shortcuts, please let me know. Your help would be invaluable as I continue to refine my development environment.