Compare commits
No commits in common. "ebf711890afd44c68200b444e0e9365696f8bcf1" and "71aa62b6c937aef1713d2159005caedbd8b0d081" have entirely different histories.
ebf711890a
...
71aa62b6c9
1 changed files with 0 additions and 5 deletions
|
@ -26,10 +26,6 @@ api.mapkey('<Alt-x>', '#7Open commands', function() {
|
|||
api.Front.openOmnibar({type: "Commands"});
|
||||
});
|
||||
|
||||
api.mapkey('<Ctrl-c>g', '#14Load new posts', function() {
|
||||
document.querySelector('button.updates-button').click();
|
||||
}, { domain: /phanpy\.social/i });
|
||||
|
||||
api.mapkey('cc', '#13Capture current page', orgCapture);
|
||||
|
||||
api.map('<Ctrl-b>', 'h');
|
||||
|
@ -40,7 +36,6 @@ api.map('<Ctrl-x>xg', 'r');
|
|||
api.map('l', 'S');
|
||||
api.map('r', 'D');
|
||||
api.map('c0', 'yy');
|
||||
api.map('cl', 'ya');
|
||||
api.map('<Alt-p>', 'E');
|
||||
api.map('<Alt-n>', 'R');
|
||||
api.map('<Ctrl-u>f', 'af');
|
||||
|
|
Loading…
Reference in a new issue