FIX: Bookmarks shortcut goes to new bookmarks with reminders (#10181)

This commit is contained in:
Mark VanLandingham 2020-07-07 11:12:41 -05:00 committed by GitHub
parent 4a90464619
commit d2e320d4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ const DEFAULT_BINDINGS = {
"g u": { path: "/unread" },
"g c": { path: "/categories", anonymous: true },
"g t": { path: "/top", anonymous: true },
"g b": { path: "/bookmarks" },
"g b": { path: "/my/activity/bookmarks" },
"g p": { path: "/my/activity" },
"g m": { path: "/my/messages" },
"g d": { path: "/my/activity/drafts" },