pagenate by prev/next links
This commit is contained in:
parent
aeb0e0f96d
commit
ac8b40a2f3
6 changed files with 99 additions and 2 deletions
|
@ -30,6 +30,8 @@ const defaultKeymap = {
|
|||
'F': { type: operations.FOLLOW_START, newTab: true },
|
||||
'H': { type: operations.NAVIGATE_HISTORY_PREV },
|
||||
'L': { type: operations.NAVIGATE_HISTORY_NEXT },
|
||||
'[[': { type: operations.NAVIGATE_LINK_PREV },
|
||||
']]': { type: operations.NAVIGATE_LINK_NEXT },
|
||||
};
|
||||
|
||||
const asKeymapChars = (keys) => {
|
||||
|
|
Reference in a new issue