This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# F1-12: https://github.com/vmalloc/zsh-config/blob/master/extras/function_keys.zsh | |
fnKeys=('^[OP' '^[OQ' '^[OR' '^[OS' '^[[15~' '^[[17~' '^[[18~' '^[[19~' '^[[20~' '^[[21~' '^[[23~' '^[[24~', '^[[25~', '^[[26~', '^[[27~', '^[[28~', '^[[29~', '^[[30~', '^[[31~', '^[[32~', '^[[33~', '^[[34~', '^[[35~', '^[[36~') | |
touchBarState='' | |
npmScripts=() | |
lastPackageJsonPath='' | |
useYarn=false | |
function _clearTouchbar() { | |
# echo -ne "\033]1337;PopKeyLabels\a" | |
echo -ne "\033]1337;SetKeyLabel=F1= No package.json in 🗂 \a" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Platzieren Sie Ihre Einstellungen in dieser Datei, um die Standardeinstellungen zu überschreiben. | |
{ | |
"editor.fontSize": 13, | |
"editor.fontLigatures": true, | |
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace", | |
"workbench.activityBar.visible": true, | |
"workbench.statusBar.visible": true, | |
"editor.minimap.enabled": false, | |
"workbench.colorTheme": "One Dark Theme", | |
"editor.tabSize": 2, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tokenColors": [ | |
{ | |
"settings": { | |
"background": "#282c34", | |
"foreground": "#abb2bf", | |
"findHighlight": "#FFE792", | |
"findHighlightForeground": "#000000", | |
"selectionBorder": "#222218", | |
"activeGuide": "#9D550FB0", |