implement go-root command
This commit is contained in:
parent
e9863299ab
commit
ac8f7e65dc
5 changed files with 10 additions and 1 deletions
|
@ -33,6 +33,7 @@ const defaultKeymap = {
|
|||
'[[': { type: operations.NAVIGATE_LINK_PREV },
|
||||
']]': { type: operations.NAVIGATE_LINK_NEXT },
|
||||
'gu': { type: operations.NAVIGATE_PARENT },
|
||||
'gU': { type: operations.NAVIGATE_ROOT },
|
||||
};
|
||||
|
||||
const asKeymapChars = (keys) => {
|
||||
|
|
Reference in a new issue