Skip to content

Instantly share code, notes, and snippets.

View xianghongai's full-sized avatar
🎯
Focusing

xianghongai

🎯
Focusing
View GitHub Profile
@xianghongai
xianghongai / Default%20%28Linux%29.sublime-keymap
Last active September 26, 2024 00:59
Sublime Text Sync Settings
[
// 命名为 snake_case 风格
{
"keys": ["ctrl+u","ctrl+s"],
"command": "convert_ident_case",
"args": {
"case": "lower",
"separator": "_"
}
},