https://github.com/datvt243/vscode_settings
https://github.com/datvt243/vscode_settings
vim vscode-vim
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datvt243/vscode_settings
- Owner: datvt243
- Created: 2025-03-02T06:38:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T11:37:31.000Z (3 months ago)
- Last Synced: 2025-03-08T12:19:21.110Z (3 months ago)
- Topics: vim, vscode-vim
- Language: SCSS
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cài đặt Motion cho VSCode Vim extension
## Settings (settings.json)
`Ctr + Shift + P`: Preferences: Open user settings (JSON)## Key binding (keybinding.json)
`Ctr + Shift + P`: Preferences: Open Keyboard Shortcuts# Extension
## 1. Custom CSS and Js loader
```
"vscode_custom_css.imports": [
"file:///Users/_david/vscode-custom/vscode-script.js",
"file:///Users/_david/vscode-custom/vscode-styles.css",
"file:///Users/_david/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.7/dist/updateHandler.js"
],
```## 2. VSCode Animations
```
"animations.Command-Palette": "Slide",
"animations.Tabs": "Scale",
"animations.Scrolling": "None",
"animations.Active": "Indent",
"animations.CursorAnimation": true,
"animations.CursorAnimationOptions": {
"Color": "#333",
"CursorStyle": "line",
"TrailLength": 8
},
"animations.UseCursorColorForCursorAnimation": true,
"animations.Focus-Dimming-Amount": 70,
"animations.Focus-Dimming-Mode": "Full Window",
"animations.Install-Method": "Custom CSS and JS",
```