aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add commands to settings formShin'ya Ueoka2018-05-161-0/+2
* Fix quit commandShin'ya Ueoka2018-05-161-1/+3
* Fix tab completionsShin'ya Ueoka2018-05-124-25/+31
* Add bdlete/bdelete! commandsShin'ya Ueoka2018-05-123-1/+50
* Add bdeletes! comandShin'ya Ueoka2018-05-123-1/+12
* Add :bdeletes commandShin'ya Ueoka2018-05-123-1/+12
* Merge pull request #348 from luanpotter/q_command_close_tabShin'ya Ueoka2018-05-101-0/+9
|\
| * implement :q to close tabLuan Nico2018-02-221-0/+9
* | Merge pull request #388 from ueokande/create-bookmarksShin'ya Ueoka2018-05-106-2/+41
|\ \
| * | Fix bookmarkShin'ya Ueoka2018-05-081-2/+14
| * | Add command.show.addbookmark operationShin'ya Ueoka2018-05-083-0/+7
| * | addbookmark commandShin'ya Ueoka2018-05-083-2/+22
* | | change "Plane" to "Plain"Vibhor Kumar2018-05-091-1/+1
|/ /
* | limit history itemsShin'ya Ueoka2018-05-081-1/+1
* | Open URLs from bookmarksShin'ya Ueoka2018-05-072-1/+36
* | 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 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
| * | | 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 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 requested...Cornelius Matějka2018-01-141-1/+1