Skip to content

Instantly share code, notes, and snippets.

View fjswhl's full-sized avatar
🎯
Focusing

Lin fjswhl

🎯
Focusing
View GitHub Profile
@fjswhl
fjswhl / cloudSettings
Last active July 24, 2020 09:22
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-24T09:21:53.978Z","extensionVersion":"v3.4.3"}
@fjswhl
fjswhl / cloudSettings
Created September 4, 2018 09:21
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-09-04T09:21:06.162Z","extensionVersion":"v3.1.2"}
trait Hello {
fn sayHello() {
println!("Hello world");
}
}
struct MyClass;
impl Hello for MyClass {
}
[General]
loglevel = notify
[Proxy]
Proxy = custom,162.243.130.123,8388,aes-256-cfb,159753,http://surge.run/SSEncrypt.module
[Rule]
DOMAIN-KEYWORD,google,Proxy,tcp-force
DOMAIN-KEYWORD,facebook,Proxy,tcp-force
DOMAIN-KEYWORD,youtube,Proxy,tcp-force
@fjswhl
fjswhl / gist:261812a92e3cf1aa4263
Created October 19, 2015 03:00
Karabiner privite Map Filco to HHKB
<?xml version="1.0"?>
<root>
<item>
<name>MapToHHKB</name>
<identifier>private.MapToHHKB</identifier>
<autogen>__KeyToKey__ KeyCode::PC_APPLICATION, KeyCode::FN</autogen>
<autogen>__KeyToKey__ KeyCode::FORWARD_DELETE, KeyCode::COMMAND_R</autogen>
<autogen>__KeyToKey__ KeyCode::BRACKET_LEFT, ModifierFlag::COMMAND_R, KeyCode::CURSOR_UP</autogen>
<autogen>__KeyToKey__ KeyCode::SEMICOLON, ModifierFlag::COMMAND_R, KeyCode::CURSOR_LEFT</autogen>
<autogen>__KeyToKey__ KeyCode::QUOTE, ModifierFlag::COMMAND_R, KeyCode::CURSOR_RIGHT</autogen>