updates and a lot of em

This commit is contained in:
Chris Cochrun 2022-04-26 12:40:23 -05:00
parent 30cd55aca8
commit bd0cf6ff9b
37 changed files with 618 additions and 96 deletions

View file

@ -1,8 +1,8 @@
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
map('gt', 'T');
api.map('gt', 'T');
// an example to remove mapkey `Ctrl-i`
unmap('<ctrl-i>');
api.unmap('<ctrl-i>');
settings.smoothScroll = false;
settings.scrollStepSize = 220;
@ -45,4 +45,3 @@ settings.theme = `
#sk_status, #sk_find {
font-size: 20pt;
}`;
// click `Save` button to make above settings to take effect.</ctrl-i></ctrl-y>