Skip to content

Instantly share code, notes, and snippets.

@s4i
s4i / user.js
Last active July 6, 2019 18:58
Firefox user.js
/* user.js(pref.jsと同じディレクトリに置いて下さい。)
* よく変える設定(設定ダイアログにあるチェックボックスに対応)
*/
/* Quantum CSS */
//user_pref("layout.css.servo.enabled", true);
/* マルチプロセス 強制起動 */
/*
// e10s機能の自動起動
@s4i
s4i / rust.json
Last active June 13, 2019 03:54
Visual Studio Code(VSCode) Rust snippet
{
"allow": {
"prefix": "allow",
"body": [
"#[allow(${1|unused_imports,dead_code,unused_variables,non_snake_case|})]$0"
],
"description": "Insert allow"
},
"as": {
"prefix": "as",
{
"key": "ctrl+t",
"command": "workbench.action.terminal.focus",
"when": "editorTextFocus"
},
{
"key": "ctrl+t",
"command": "workbench.action.focusFirstEditorGroup",
"when": "terminalFocus"
}