add focus input key map
This commit is contained in:
parent
be1f8e4d71
commit
e3fdf742e7
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ const KeyMapFields = [
|
|||
['navigate.link.prev', 'Open previous link'],
|
||||
['navigate.parent', 'Go to parent directory'],
|
||||
['navigate.root', 'Go to root directory'],
|
||||
['focus.input', 'Focus input'],
|
||||
], [
|
||||
['find.start', 'Start find mode'],
|
||||
['find.next', 'Find next word'],
|
||||
|
|
Reference in a new issue