This file contains hidden or 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
Show hidden characters
| { | |
| "files.autoSave": "afterDelay", | |
| "window.titleBarStyle": "native", | |
| "window.zoomLevel": 0, | |
| "workbench.colorTheme": "Visual Studio Light", | |
| "workbench.colorCustomizations": { | |
| // "focusBorder": "#f00", | |
| // "widget.shadow": "#0f0", |
This file contains hidden or 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
| [ | |
| { | |
| "key": "ctrl+u", | |
| "command": "undo", | |
| "when": "textInputFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "ctrl+i", | |
| "command": "editor.action.formatSelection", | |
| "when": "editorTextFocus && !editorReadonly" |
This file contains hidden or 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
| function gst() { | |
| git status -s -b $* | |
| } | |
| function g1() { | |
| git log-one-room $* -n 10 --color=always | less --tabs=4 -RSE | |
| } | |
| function g1l() { | |
| git log-one-room $* |
This file contains hidden or 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
| # http://funct.hatenablog.com/entry/2018/02/23/154553 | |
| $env:GCM_TRACE = 1 | |
| $env:GIT_TRACE = 1 |