summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/commands.c b/src/commands.c
index 6ab6b6aa..02bb2e5a 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -1011,6 +1011,18 @@ commands_toggle_tab(KeyMap *km, Arg *arg)
}
return STATUS_ERROR;
}
+DwbStatus
+commands_reload_bookmarks(KeyMap *km, Arg *arg)
+{
+ dwb_reload_bookmarks();
+ return STATUS_OK;
+}
+DwbStatus
+commands_reload_quickmarks(KeyMap *km, Arg *arg)
+{
+ dwb_reload_quickmarks();
+ return STATUS_OK;
+}
#if 0
DwbStatus