aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Get completion items as PromisesShin'ya Ueoka2018-05-061-8/+19
| |
* | update indicator on loadedShin'ya Ueoka2018-05-062-1/+3
| |
* | Toggle add-on enabled by clicking indicatorShin'ya Ueoka2018-05-063-1/+12
| |
* | Indicator shows the add-on enabledShin'ya Ueoka2018-05-066-3/+80
| |
* | Previous selected tab as reduxShin'ya Ueoka2018-05-068-15/+64
| |
* | Refactor background directoriesShin'ya Ueoka2018-05-069-21/+19
| |
* | OperationComponentShin'ya Ueoka2018-05-064-97/+116
| |
* | Merge pull request #368 from emlow/issue-279Shin'ya Ueoka2018-05-054-0/+11
|\ \ | | | | | | Add shortcut to view page source
| * | Add page.source formShin'ya Ueoka2018-05-051-0/+1
| | |
| * | Use openerTabId for view-sourceShin'ya Ueoka2018-05-051-1/+2
| | |
| * | shortcut to view page sourceemlow2018-04-013-0/+9
| | |
* | | Use default URLShin'ya Ueoka2018-05-051-1/+4
| | |
* | | Notify when updatedShin'ya Ueoka2018-05-054-0/+65
| | |
* | | Merge remote-tracking branch 'origin/master' into patch-1Shin'ya Ueoka2018-05-0168-400/+1696
|\ \ \
| * | | Make adjacenttab true in defaultShin'ya Ueoka2018-05-011-1/+1
| | | | | | | | | | | | | | | | Click with Ctrl key opens a tab adjacently.
| * | | Merge remote-tracking branch 'origin/master' into background-adjacent-tabsShin'ya Ueoka2018-05-0169-409/+1690
| |\| |
| | * | set find keyword from backgroundShin'ya Ueoka2018-03-072-19/+34
| | | |
| | * | add global find keywordShin'ya Ueoka2018-03-076-0/+42
| | | |
| | * | remove redundant checksShin'ya Ueoka2018-03-061-21/+0
| | | |
| | * | show message on findShin'ya Ueoka2018-03-064-6/+28
| | | |
| | * | hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-044-1/+16
| | | |
| | * | add hide action for consoleShin'ya Ueoka2018-03-044-1/+14
| | | |
| | * | hide console by <C-[>Shin'ya Ueoka2018-02-261-0/+3
| | | |
| | * | Cancel following by <C-[>Shin'ya Ueoka2018-02-262-2/+7
| | | |
| | * | Cancel key input by <C-[>Shin'ya Ueoka2018-02-261-1/+5
| | | |
| | * | set opener tab idShin'ya Ueoka2018-02-202-3/+3
| | |/
| | * fixed grammar for warning promptLeBronse2018-02-061-2/+2
| | |
| | * set default propertiesShin'ya Ueoka2018-01-231-0/+3
| | |
| | * fix for slack scrollShin'ya Ueoka2018-01-201-1/+3
| | |
| | * Merge pull request #308 from ueokande/focus-inputShin'ya Ueoka2018-01-187-22/+47
| | |\ | | | | | | | | Focus input
| | | * focus on visible elementsShin'ya Ueoka2018-01-153-23/+30
| | | |
| | | * implement focus inputShin'ya Ueoka2018-01-133-0/+16
| | | |
| | | * add focus input key mapShin'ya Ueoka2018-01-132-0/+2
| | | |
| | * | keymaps-form: fix a typoBen Boeckel2018-01-151-1/+1
| | | |
| | * | Changed default key binding for closing pined tabs ('DD' -> '!d')as ↵Cornelius Matějka2018-01-141-1/+1
| | | | | | | | | | | | | | | | requested in PR
| | * | Fixed few lint errorsCornelius Matějka2018-01-141-2/+2
| | | |
| | * | Pinned tabs are not closeable by 'd'Cornelius Matějka2018-01-144-3/+16
| | | | | | | | | | | | | | | | Added binding 'DD' to force tab close which also closes pinned tabs
| | * | Merge pull request #137 from alx741/tabsShin'ya Ueoka2018-01-144-2/+20
| | |\ \ | | | | | | | | | | Most recently used tab selector
| | | * | Remove unused variablesDaniel Campoverde2017-11-261-1/+1
| | | | |
| | | * | Fix visible links testDaniel Campoverde2017-11-261-2/+4
| | | | |
| | | * | Fix linter errorDaniel Campoverde2017-11-261-4/+2
| | | | |
| | | * | Previous selected tab based on tab events onlyDaniel Campoverde2017-11-261-35/+1
| | | | |
| | | * | Use tab-change event handlerDaniel Campoverde2017-11-261-2/+14
| | | | |
| | | * | Keep current en previous tabs idDaniel Campoverde2017-11-261-7/+15
| | | | |
| | | * | Format lines to 80 charsDaniel Campoverde2017-11-261-5/+6
| | | | |
| | | * | Clean selectPrevSelTabDaniel Campoverde2017-11-261-6/+3
| | | | |
| | | * | Default mapping for TAB_PREV_SEL operationDaniel Campoverde2017-11-261-1/+1
| | | | |
| | | * | Keep previous selected tabDaniel Campoverde2017-11-261-9/+25
| | | | |
| | | * | Dummy selectPrevSelTab implementationDaniel Campoverde2017-11-264-2/+20
| | | | |
| | * | | fix default propertiestShin'ya Ueoka2018-01-141-1/+3
| | | | |