aboutsummaryrefslogtreecommitdiff
path: root/src/background/actions
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintShin'ya Ueoka2018-07-081-1/+1
|
* Merge pull request #402 from jvbrandaom/quit-all-commandShin'ya Ueoka2018-07-011-0/+11
|\ | | | | Adds command to close all tabs
| * Adds command to close all tabsJoão Vitor Brandão2018-05-241-0/+11
| | | | | | | | Type :qa or :quitall to close all tabs
* | Use async/await on backgroundShin'ya Ueoka2018-06-173-56/+52
|/
* Fix quit commandShin'ya Ueoka2018-05-161-1/+3
|
* Fix tab completionsShin'ya Ueoka2018-05-121-0/+1
|
* Add bdlete/bdelete! commandsShin'ya Ueoka2018-05-121-0/+8
|
* Add bdeletes! comandShin'ya Ueoka2018-05-121-0/+2
|
* Add :bdeletes commandShin'ya Ueoka2018-05-121-0/+2
|
* Merge pull request #348 from luanpotter/q_command_close_tabShin'ya Ueoka2018-05-101-0/+9
|\ | | | | implement :q to close tab
| * implement :q to close tabLuan Nico2018-02-221-0/+9
| |
* | Fix bookmarkShin'ya Ueoka2018-05-081-2/+14
| |
* | addbookmark commandShin'ya Ueoka2018-05-081-1/+12
| |
* | Previous selected tab as reduxShin'ya Ueoka2018-05-062-1/+13
| |
* | Refactor background directoriesShin'ya Ueoka2018-05-061-1/+1
| |
* | OperationComponentShin'ya Ueoka2018-05-061-92/+0
| |
* | 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