Skip to content

Instantly share code, notes, and snippets.

@Sibus
Sibus / surfingkeys.js
Last active September 15, 2025 13:53
// 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');
// an example to remove mapkey `Ctrl-i`
api.unmap('<ctrl-i>');
@Sibus
Sibus / cVim
Last active March 25, 2021 16:57
www
" Version 1.229
""""""""""""""""""""""""""""""""""""""""""
" => General
""""""""""""""""""""""""""""""""""""""""""
set smoothscroll
set autoupdategist
set nosmartcase
set nosmoothscroll
set noautofocus