engine.ts
export class Engine {}car.ts
| { | |
| "workbench.statusBar.visible": true, | |
| "files.insertFinalNewline": true, | |
| "editor.scrollBeyondLastLine": false, | |
| "editor.emptySelectionClipboard": false, | |
| "editor.tabSize": 2, | |
| "eslint.autoFixOnSave": true, | |
| "tslint.autoFixOnSave": true, | |
| "vsicons.projectDetection.autoReload": true, | |
| "editor.rulers": [80, 120], |
| # enable colors and prompt substitution (so the git_prompt_info function can be used) | |
| autoload -U colors && colors | |
| setopt PROMPT_SUBST | |
| # enable bash-style completions | |
| autoload -Uz compinit | |
| compinit | |
| autoload -U +X bashcompinit && bashcompinit | |
| # define some aliases |
Taken from here
create the file ~/.Xmodmap` with the following content:keycode 49 = less greater less greater bar brokenbar bar