vscode: add options for keybindings

Adds a new `keybindings` option to the `vscode` configuration.

It contains a list of key bindings, which will be written to
`%vscode-dir%/User/keybindings.json`.

PR #1351
This commit is contained in:
Christoph Herzog 2020-06-22 20:48:22 +02:00 committed by Robert Helgesson
parent e6e49ad73c
commit 1ed8e7ef98
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
4 changed files with 104 additions and 3 deletions

View file

@ -0,0 +1 @@
{ vscode-keybindings = ./keybindings.nix; }