Default TAB_FIRST mapping
This commit is contained in:
parent
a2651f617f
commit
026fee32d6
2 changed files with 2 additions and 1 deletions
|
@ -101,5 +101,5 @@ const reload = (current, cache) => {
|
|||
|
||||
export {
|
||||
closeTab, reopenTab, selectAt, selectByKeyword, getCompletions,
|
||||
selectPrevTab, selectNextTab, reload
|
||||
selectPrevTab, selectNextTab, selectFirstTab, reload
|
||||
};
|
||||
|
|
Reference in a new issue