https://github.com/lu0/vscode-settings
Personal configuration files for VSCode, including keybindings and settings.
https://github.com/lu0/vscode-settings
dotfiles vscode vscode-settings
Last synced: about 2 months ago
JSON representation
Personal configuration files for VSCode, including keybindings and settings.
- Host: GitHub
- URL: https://github.com/lu0/vscode-settings
- Owner: lu0
- License: gpl-3.0
- Created: 2020-06-06T01:52:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T09:36:51.000Z (over 1 year ago)
- Last Synced: 2025-03-17T10:40:14.785Z (over 1 year ago)
- Topics: dotfiles, vscode, vscode-settings
- Language: Shell
- Homepage:
- Size: 1.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Settings
My config files to setup VSCode in Linux and Windows 10 (using WSL).
- Branches
- [master](https://github.com/lu0/vscode-settings) (Linux).
- [windows_10](https://github.com/lu0/vscode-settings/tree/windows_10) (Windows 10 with WSL).
- ~~1366x768~~ (unmaintained)
- Preferences
- Word wrap
- Show tabs in Zen mode
- Close empty groups
- Keycode as keyboard dispatch
- Font family & size for my 14" FHD display
- No mini map
- Blablabla, I forgot other stuff I did.
- Keybindings (ref: `ctrl`+`ñ` `ctrl`+`k`)
- Latinamerican layout (`ctrl`+`ñ` as modifier)
- Switch terminal/editor
- Tab switch (terminal & editor)
- Editor group switch
- Toggle side bars
- Find text in workspace
- Quick open files in workspace
- Blabla... may change in the future, want to use Vim keybindings only.
- Extensions
- Python, Javascript, Vim, Java, Themes, etc...
## Setup
Clone this repository
```zsh
git clone --recurse-submodules https://github.com/lu0/vscode-settings
cd vscode-settings
```
Setup symlinks from this repo to vscode's configuration folder.
```sh
./setup-symlinks.sh
```
Install extensions
```sh
./install_extensions.sh
```
## Disclaimer
Run on a new VSCode installation as this will override your current settings and keybindings.
Tested from VSCode `1.44.1` up to `1.63.2` :)