implement go-parent command
This commit is contained in:
parent
0be9776cb3
commit
e9863299ab
6 changed files with 34 additions and 5 deletions
|
@ -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) => {
|
||||
|
|
Reference in a new issue