Skip to content

Instantly share code, notes, and snippets.

View AbrahamSue's full-sized avatar

Abraham Sue AbrahamSue

View GitHub Profile
@AbrahamSue
AbrahamSue / surfindkeys2.js
Last active October 21, 2023 22:01
Surfingkeys settings - type 2
// an example to create a new mapping `ctrl-y`
api.mapkey('<ctrl-y>', 'Show me the money', function() {
Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).');
});
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
api.map('gt', 'T');
api.map('<Ctrl-f>', '2d');
api.map('<Ctrl-b>', '2e');
The Dude abides.
@AbrahamSue
AbrahamSue / MiniPC-MK908.readme.txt
Last active October 21, 2018 01:22
MiniPC-MK908
https://blog.csdn.net/faithsws/article/details/17160645
https://blog.csdn.net/faithsws/article/details/17160645?utm_source=blogxgwz3
https://blog.csdn.net/faithsws/article/details/17220539?utm_source=blogxgwz5
https://blog.csdn.net/faithsws/article/details/17245699?utm_source=blogxgwz7
https://blog.csdn.net/faithsws/article/details/17277865?utm_source=blogxgwz6
https://blog.csdn.net/faithsws/article/details/17413959?utm_source=blogxgwz9
https://blog.csdn.net/internet_of_things/article/details/17711177?utm_source=blogxgwz3
@AbrahamSue
AbrahamSue / surfingkeys.js
Last active January 7, 2020 04:24
Surfingkeys configuration
// vim:set et sw=4 ts=4 ft=javascript fdm=marker fml=1 fdls=1 :
//example from https://gist.githubusercontent.com/brookhong/755982e0014004207849f6e357af56f3/raw/777f62deb54098d82070e1e05dc86f9a798a29a1/gistfile1.txt
mapkey('<Ctrl-y>', 'Show me the money', function() {
Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).');
});
map('<Ctrl-f>', '2d');
// map('<Alt-l>', 'R');
// map('<Alt-h>', 'E');
@AbrahamSue
AbrahamSue / cVim.css
Last active January 3, 2020 04:27 — forked from TSFoster/cVim.css
cVim configuration
#cVim-link-container, .cVim-link-hint, #cVim-command-bar, #cVim-command-bar-mode, #cVim-command-bar-input, #cVim-command-bar-search-results, .cVim-completion-item, .cVim-completion-item .cVim-full, .cVim-completion-item .cVim-left, .cVim-completion-item .cVim-right, #cVim-hud, #cVim-status-bar {
font-family: "Triplicate T4p";
font-size: 17px !important;
-webkit-font-smoothing: antialiased !important;
}
#cVim-link-container {
position: absolute;
pointer-events: none;