This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// an example to create a new mapping `ctrl-y` | |
api.mapkey('<ctrl-y>', 'Show me the money', function() { | |
api.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'); | |
// an example to remove mapkey `Ctrl-i` | |
api.unmap('<ctrl-i>'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Hanif Miftahuddin", | |
"label": "Programmer", | |
"image": "", | |
"email": "hanif.miftahuddin354@gmail.com", | |
"phone": "+62 823 2212 0454", | |
"url": "https://hanifmifta.dev", | |
"summary": "Hanif Miftahuddin from Temanggung, Indonesia. Fullstack engineer with 4+ years of experience building scalable web and mobile apps using Flutter, Golang, and Node.js. Proven success leading cross-functional teams and delivering performant apps, Passionate about programming and technology, experienced work on both fast-paced startup and enterprise projects, eager to learn new things and grow as a professional.", |