rename history navigation

This commit is contained in:
Shin'ya Ueoka 2017-09-17 09:26:51 +09:00
parent ae317113e7
commit aeb0e0f96d
5 changed files with 17 additions and 17 deletions

View file

@ -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) => {