lu0 / vscode-settings

Personal configuration files for VSCode, including keybindings and settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Settings

My config files to setup VSCode in Linux and Windows 10 (using WSL).

  • Branches

  • 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

git clone --recurse-submodules https://github.com/lu0/vscode-settings
cd vscode-settings

Setup symlinks from this repo to vscode's configuration folder.

./setup-symlinks.sh

Install extensions

./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 :)

About

Personal configuration files for VSCode, including keybindings and settings.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%