aboutsummaryrefslogtreecommitdiff
path: root/src/background/actions
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #368 from emlow/issue-279Shin'ya Ueoka2018-05-051-0/+6
|\ | | | | Add shortcut to view page source
| * Use openerTabId for view-sourceShin'ya Ueoka2018-05-051-1/+2
| |
| * shortcut to view page sourceemlow2018-04-011-0/+5
| |
* | Merge remote-tracking branch 'origin/master' into background-adjacent-tabsShin'ya Ueoka2018-05-016-1/+143
|\|
| * add global find keywordShin'ya Ueoka2018-03-072-0/+13
| |
| * hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-041-0/+4
| |
| * set opener tab idShin'ya Ueoka2018-02-201-2/+2
| |
| * Pinned tabs are not closeable by 'd'Cornelius Matějka2018-01-141-0/+2
| | | | | | | | Added binding 'DD' to force tab close which also closes pinned tabs
| * Merge pull request #137 from alx741/tabsShin'ya Ueoka2018-01-141-0/+2
| |\ | | | | | | Most recently used tab selector
| | * Dummy selectPrevSelTab implementationDaniel Campoverde2017-11-261-0/+2
| | |
| * | implement set optionShin'ya Ueoka2018-01-111-0/+17
| | |
| * | move commands to background actionShin'ya Ueoka2018-01-111-0/+62
| | |
| * | add set property action in backgroundShin'ya Ueoka2018-01-102-1/+10
| | |
| * | separate setting actions and reducersShin'ya Ueoka2018-01-082-0/+17
| |/
* / Open adjacent tabs and background tabsErwan Ameil2017-11-161-5/+1
|/
* show find in consoleShin'ya Ueoka2017-11-111-0/+4
|
* add support for duplicating current tabusk2017-11-071-0/+2
|
* code reviewJiabo Hou2017-11-051-1/+5
| | | | | * change default keybinding for pin/unpin tab from 'p' to 'zp' * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
* added support for pinning/unpinning tabsJiabo Hou2017-11-051-0/+6
| | | | | | | features: * pin tab * unpin tab * toggle pin/unpin tab
* Merge pull request #113 from alx741/tabsShin'ya Ueoka2017-11-051-0/+4
|\ | | | | Add Tabs first/last selectors
| * Add TAB_LAST operationDaniel Campoverde2017-10-291-0/+2
| |
| * Clean up TAB_FIRST operationDaniel Campoverde2017-10-291-1/+1
| |
| * Add TAB_FIRST operationDaniel Campoverde2017-10-291-0/+2
| |
* | Remove update propagationShin'ya Ueoka2017-10-311-0/+0
|/
* parse json in settingsShin'ya Ueoka2017-10-091-0/+0
|
* use mode in console messageShin'ya Ueoka2017-10-081-0/+0
|
* support w/W commandShin'ya Ueoka2017-10-081-0/+6
|
* move backgroundShin'ya Ueoka2017-10-083-0/+61