aboutsummaryrefslogtreecommitdiff
path: root/plugins/shortcuts
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shortcuts')
-rw-r--r--plugins/shortcuts/shortcuts.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/shortcuts/shortcuts.c b/plugins/shortcuts/shortcuts.c
index 4b41c1c..32c9cd6 100644
--- a/plugins/shortcuts/shortcuts.c
+++ b/plugins/shortcuts/shortcuts.c
@@ -31,21 +31,24 @@ int shortcut_expand(const char* uri, char* output)
strcpy(tmp_output, output);
char* shortcuts[] = {
- "!x",
+ "!aa",
"!blog",
"!fnf",
"!fnc",
+ "!h"
"!hn",
"!hnb"
+ "!x",
};
char* expansions[] = {
- "https://twitter.com",
+ "https://annas-archive.org",
"https://nunosempere.com/blog",
"https://forum.nunosempere.com/frontpage",
"https://forum.nunosempere.com/comments",
"https://news.ycombinator.com",
"https://news.ycombinator.com/best",
+ "https://twitter.com",
};
// len = sizeof(shortcuts) / sizeof(shortcuts[0]);