Skip to content

Instantly share code, notes, and snippets.

@NicholasAsimov
NicholasAsimov / .surfingkeys.js
Last active January 8, 2023 14:10
Surfingkeys settings
/* Keybindings */
api.mapkey(',f', 'Youtube video go fullscreen', function() {
document.querySelector('.ytp-fullscreen-button.ytp-button').click()
});
// an example to replace `u` with `?`, click `Default mappings` to see how `u` works.
//api.map('?', 'u');
api.aceVimMap(';', ':', 'normal');