rm element web
This commit is contained in:
parent
7c180248fb
commit
8ead8c14e3
4 changed files with 7 additions and 34 deletions
|
@ -24,6 +24,7 @@
|
|||
golang.go
|
||||
ms-python.python
|
||||
christian-kohler.path-intellisense
|
||||
# firefox-devtools.vscode-firefox-debug
|
||||
];
|
||||
userSettings =
|
||||
let
|
||||
|
@ -74,6 +75,11 @@
|
|||
"telemetry.enableTelemetry" = false;
|
||||
"telemetry.telemetryLevel" = "off";
|
||||
"window.titleBarStyle" = "custom";
|
||||
# https://github.com/ChristianKohler/PathIntellisense#installation
|
||||
"typescript.suggest.paths" = false;
|
||||
"javascript.suggest.paths" = false;
|
||||
|
||||
"path-intellisense.absolutePathToWorkspace" = true;
|
||||
|
||||
# terminal stuff
|
||||
"terminal.integrated.cursorBlinking" = true;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
# see https://github.com/sharkdp/bat/issues/1077#issuecomment-652785399
|
||||
"scrollback_pager" = "bat --pager='less -FR +G'";
|
||||
# "scrollback_lines" = 20000;
|
||||
wheel_scroll_multiplier = 50;
|
||||
};
|
||||
keybindings = {
|
||||
# kitty_mod is ctrl+shift by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue