aboutsummaryrefslogtreecommitdiff
path: root/src/background/actions
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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