Default TAB_FIRST mapping

This commit is contained in:
Daniel Campoverde 2017-10-29 21:56:59 -05:00
parent a2651f617f
commit 026fee32d6
2 changed files with 2 additions and 1 deletions

View file

@ -101,5 +101,5 @@ const reload = (current, cache) => {
export {
closeTab, reopenTab, selectAt, selectByKeyword, getCompletions,
selectPrevTab, selectNextTab, reload
selectPrevTab, selectNextTab, selectFirstTab, reload
};