implement go-parent command

This commit is contained in:
Shin'ya Ueoka 2017-09-17 12:52:24 +09:00
parent 0be9776cb3
commit e9863299ab
6 changed files with 34 additions and 5 deletions

View file

@ -32,6 +32,7 @@ const defaultKeymap = {
'L': { type: operations.NAVIGATE_HISTORY_NEXT },
'[[': { type: operations.NAVIGATE_LINK_PREV },
']]': { type: operations.NAVIGATE_LINK_NEXT },
'gu': { type: operations.NAVIGATE_PARENT },
};
const asKeymapChars = (keys) => {