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
html { | |
--font-user-message: var(--font-sans-serif), 'Hiragino Maru Gothic ProN' !important; | |
} | |
.font-styrene { | |
font-family: var(--font-styrene-b), 'Hiragino Maru Gothic ProN', system-ui; | |
} | |
code { | |
font-family: 'JetBrains Mono', 'M PLUS 1 Code' !important; |
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
.google-symbols { | |
font-family: 'Google Symbols' !important; | |
} | |
.google-material-icons { | |
font-family: 'Google Material Icons' !important; | |
} | |
.material-icons { | |
font-family: 'Material Icons' !important; |
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
/* privacy.fingerprintingProtection.overrides -FontVisibilityLangPack */ | |
* { | |
font-family: 'IBM Plex Sans', 'IBM Plex Sans JP', 'IBM Plex Sans TC', 'IBM Plex Sans Arabic', system-ui !important; | |
} | |
pre, pre *, code, code *, | |
.cm-editor, .cm-editor *, | |
.font-mono, .font-mono *, | |
.CodeMirror, .CodeMirror *, |
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
pre, pre *, code, code *, | |
.cm-editor, .cm-editor *, | |
.font-mono, .font-mono *, | |
.CodeMirror, .CodeMirror *, | |
.blob-code-content, .blob-code-content * { | |
font-family: 'JetBrains Mono', 'M PLUS 1 Code', monospace !important; | |
} |
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
/* privacy.fingerprintingProtection.overrides -FontVisibilityLangPack */ | |
* { | |
font-family: 'Inter Variable', 'M PLUS 1', 'M+ 1p', 'Mgen+ 1c', 'Source Han Sans SC VF', sans-serif !important; | |
} |
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
/* M PLUS 1 */ | |
@font-face { | |
font-family: 'mplus1'; | |
font-weight: 100; | |
src: local('MPLUS1-Thin'); | |
ascent-override: 105%; | |
ascent-override: 30%; | |
} |
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
vim.opt.hidden = true | |
vim.opt.tabstop = 2 | |
vim.opt.shiftwidth = 2 | |
vim.opt.expandtab = true | |
vim.opt.wrap = false | |
vim.opt.scrolloff = 8 | |
vim.opt.number = true |
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
#!/bin/bash -ex | |
# pgrep -l 'IM_Extension|JapaneseIM' || true | |
pkill -9 -l 'IM_Extension|JapaneseIM' || true | |
# ls -d \ | |
rm -rfv \ | |
~/Library/Dictionaries/{,JapaneseInputMethod/}DynamicPhraseLexicon_*.db \ | |
~/Library/Containers/com.apple.inputmethod.{??IM,Kotoeri.*}/Data/Library/LanguageModeling/*-dynamic.lm |
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": "cmd+[", | |
"command": "-editor.action.outdentLines", | |
}, | |
{ | |
"key": "cmd+]", | |
"command": "-editor.action.indentLines", | |
}, | |
{ |
NewerOlder