Merge pull request #308 from ueokande/focus-input

Focus input
This commit is contained in:
Shin'ya Ueoka 2018-01-18 10:41:08 +00:00 committed by GitHub
commit 1f57547c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 48 additions and 22 deletions

View file

@ -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'],