This project provides a custom keybinding.json for Visual Studio Code, optimized for Vim users. It remaps common navigation and editing shortcuts to be more Vim-like, improving productivity and consistency for those who use Vim keybindings in VSCode.
- Custom keybindings for explorer, editor, and terminal navigation
- Vim-style shortcuts for file operations
- Enhanced terminal pane management
- Designed to work with VSCodeVim extension
- Copy the
keybinding.jsonfile to your VSCode keybindings directory:- Windows:
%APPDATA%\Code\User\keybindings.json - macOS:
~/Library/Application Support/Code/User/keybindings.json - Linux:
~/.config/Code/User/keybindings.json
- Windows:
- Restart VSCode to apply the new keybindings.
- (Optional) Install the VSCodeVim extension for full Vim emulation.
MIT License. See LICENSE for details.
hungdoba