Skip to content

Instantly share code, notes, and snippets.

@uchidev
uchidev / setting.jsonc
Last active October 10, 2020 15:05
VSCode editor.tokencolorCustomizations
{
"files.autoSave": "afterDelay",
"window.titleBarStyle": "native",
"window.zoomLevel": 0,
"workbench.colorTheme": "Visual Studio Light",
"workbench.colorCustomizations": {
// "focusBorder": "#f00",
// "widget.shadow": "#0f0",
@uchidev
uchidev / keybindings.json
Last active December 30, 2019 19:01
VSCode
[
{
"key": "ctrl+u",
"command": "undo",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+i",
"command": "editor.action.formatSelection",
"when": "editorTextFocus && !editorReadonly"
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 $*
# http://funct.hatenablog.com/entry/2018/02/23/154553
$env:GCM_TRACE = 1
$env:GIT_TRACE = 1