rename history navigation
This commit is contained in:
parent
ae317113e7
commit
aeb0e0f96d
5 changed files with 17 additions and 17 deletions
|
@ -28,8 +28,8 @@ const defaultKeymap = {
|
|||
'zz': { type: operations.ZOOM_NEUTRAL },
|
||||
'f': { type: operations.FOLLOW_START, newTab: false },
|
||||
'F': { type: operations.FOLLOW_START, newTab: true },
|
||||
'H': { type: operations.HISTORY_PREV },
|
||||
'L': { type: operations.HISTORY_NEXT },
|
||||
'H': { type: operations.NAVIGATE_HISTORY_PREV },
|
||||
'L': { type: operations.NAVIGATE_HISTORY_NEXT },
|
||||
};
|
||||
|
||||
const asKeymapChars = (keys) => {
|
||||
|
|
Reference in a new issue