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.
- Host: GitHub
- URL: https://github.com/yusufocaliskan/vscode-conf
- Owner: yusufocaliskan
- Created: 2024-05-27T06:11:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T11:50:44.000Z (over 1 year ago)
- Last Synced: 2025-01-10T21:10:01.737Z (over 1 year ago)
- Topics: neovim, vim, vscode
- Homepage:
- Size: 3.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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.