Skip to content

Instantly share code, notes, and snippets.

View tarvos21's full-sized avatar
🏠
Working from blackhole

bing tarvos21

🏠
Working from blackhole
View GitHub Profile
@tarvos21
tarvos21 / emoji.json
Created November 25, 2019 17:14 — forked from leechannl/emoji.json
iOS input emoji mapping
{"墨鏡":{"emoji":["😎"]},
"泰國":{"emoji":["🇹🇭"]},
"南苏丹共和国":{"emoji":["🇸🇸"]},
"让利":{"emoji":["🈹️"]},
"男性":{"emoji":["🚹"]},
"向日葵":{"emoji":["🌻"]},
"營":{"emoji":["🈺️"]},
"斯里兰卡":{"emoji":["🇱🇰"]},
"兔子脸":{"emoji":["🐰"]},
"虫子":{"emoji":["🐛","🐜"]},
This file has been truncated, but you can view the full file.
阿爸 a1'ba4 18137
阿昌族 a1'chang1'zu2 50849
阿斗 a1'dou3 42632
阿飞 a1'fei1 48603
阿富汗 a1'fu4'han4 3461
阿訇 a1'hong1 34432
阿拉伯数字 a1'la1'bo2'shu4'zi4 35937
阿拉伯语 a1'la1'bo2'yu3 30476
阿妈 a1'ma1 16220
阿门 a1'men2 47913
(function (context, trackingId, options) {
const history = context.history;
const doc = document;
const nav = navigator || {};
const storage = localStorage;
const encode = encodeURIComponent;
const pushState = history.pushState;
const typeException = 'exception';
const generateId = () => Math.random().toString(36);
const getId = () => {
@tarvos21
tarvos21 / vim-shortcuts.md
Created April 9, 2021 12:03 — forked from tuxfight3r/vim-shortcuts.md
VIM SHORTCUTS

VIM KEYBOARD SHORTCUTS

MOVEMENT

h        -   Move left
j        -   Move down
k        -   Move up
l        -   Move right
$        -   Move to end of line
0        -   Move to beginning of line (including whitespace)